colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "orchid-purple-vs-bougainvillea",
"type": "nearest",
"name": "Orchid Purple vs Bougainvillea",
"verdict": "Orchid Purple and Bougainvillea are visually related colors. Bougainvillea is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.09:1, so the pair is too low for text and better treated as a palette relationship.",
"summary": "Orchid Purple and Bougainvillea are different pink colors with HEX values #B565A7 and #D958A0. According to Colors Encyclopedia, their RGB distance is 38.9, their contrast ratio is 1.09:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
"rgbDistance": 38.9,
"contrastRatio": 1.09,
"colors": [
{
"slug": "orchid-purple",
"name": "Orchid Purple",
"hex": "#B565A7",
"rgb": [
181,
101,
167
],
"hsl": [
311,
35,
55
],
"cmyk": [
0,
44,
8,
29
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2192,
"contrast": {
"black": 5.38,
"white": 3.9
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.38
},
"description": "Orchid Purple is #B565A7, a warm pink color with balanced character. Compared with Bougainvillea, it is darker and less saturated. Use it for beauty branding, creative systems, and premium accents, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/orchid-purple/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/orchid-purple.json"
},
{
"slug": "bougainvillea",
"name": "Bougainvillea",
"hex": "#D958A0",
"rgb": [
217,
88,
160
],
"hsl": [
327,
63,
60
],
"cmyk": [
0,
59,
26,
15
],
"family": "pink",
"temperature": "warm",
"tone": [
"balanced"
],
"luminance": 0.2427,
"contrast": {
"black": 5.85,
"white": 3.59
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"bestText": {
"text": "#000000",
"label": "black text",
"ratio": 5.85
},
"description": "Bougainvillea is #D958A0, a warm pink color with balanced character. Compared with Orchid Purple, it is lighter and more saturated. Use it for botanical palettes, natural product design, and seasonal editorial palettes, with black text as the safer foreground option.",
"url": "https://www.colorsencyclopedia.com/colors/bougainvillea/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/bougainvillea.json"
}
],
"differences": {
"rgbDistance": 38.9,
"contrastRatio": 1.09,
"hslDelta": {
"hue": 16,
"saturation": 28,
"lightness": 5
},
"luminanceDelta": 0.0235,
"sameFamily": true,
"sameTemperature": true,
"sharedTones": [
"balanced"
],
"lighterColor": "Bougainvillea",
"moreSaturatedColor": "Bougainvillea"
},
"accessibility": {
"pairContrastRatio": 1.09,
"textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
"safeText": [
{
"color": "Orchid Purple",
"background": "#B565A7",
"foreground": "#000000",
"label": "black text",
"ratio": 5.38
},
{
"color": "Bougainvillea",
"background": "#D958A0",
"foreground": "#000000",
"label": "black text",
"ratio": 5.85
}
]
},
"useCases": {
"chooseFirstWhen": "Orchid Purple is better when the design needs balanced pink character, warm temperature, and the specific HEX value #B565A7.",
"chooseSecondWhen": "Bougainvillea is better when the design needs balanced pink character, warm temperature, and the specific HEX value #D958A0.",
"useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
},
"relatedApi": [
"https://www.colorsencyclopedia.com/api/compare/orchid-purple-vs-bougainvillea.json",
"https://www.colorsencyclopedia.com/api/colors/orchid-purple.json",
"https://www.colorsencyclopedia.com/api/colors/bougainvillea.json"
],
"url": "https://www.colorsencyclopedia.com/compare/orchid-purple-vs-bougainvillea/",
"apiUrl": "https://www.colorsencyclopedia.com/api/compare/orchid-purple-vs-bougainvillea.json"
}