#bc32af
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #bc32af is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #bc32af |
| RGB | rgb(188, 50, 175) |
| HSL | hsl(306, 58%, 47%) |
| CMYK | cmyk(0%, 73%, 7%, 26%) |
| LAB | lab(47.1 67.1 -37.0) |
| LCH | lch(47.1 76.6 331.2) |
| OKLCH | oklch(0.573 0.218 332.2) |
| Decimal | 12333743 |
| Display P3 | color(display-p3 0.737 0.196 0.686) |
Copy-ready code
/* CSS */
color: #bc32af;
background-color: #bc32af;
/* Tailwind (arbitrary) */
class="text-[#bc32af] bg-[#bc32af]"
/* SCSS */
$brand: #bc32af;
/* SwiftUI */
Color(red: 0.737, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#bc32af")
/* Flutter */
Color(0xFFBC32AF)
/* Python / OpenCV (BGR) */
(175, 50, 188)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #bc32af is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF4FA;
--brand-100: #F7E9F5;
--brand-200: #EFCDEC;
--brand-300: #E7A6E1;
--brand-400: #DC7AD2;
--brand-500: #D04EC4;
--brand-600: #bc32af;
--brand-700: #A12B96;
--brand-800: #812278;
--brand-900: #5E1D58;
--brand-950: #3B1237;
--brand: #bc32af;
--brand-ink: #ffffff;
}Colors that work with #bc32af
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #bc32af
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #32BC3F | Directly opposite — maximum tension | |
| Analogous left | #8432BC | Neighbour, quieter | |
| Analogous right | #BC326A | Neighbour, quieter | |
| Split-complement 1 | #6ABC32 | Contrast without the clash | |
| Split-complement 2 | #32BC84 | Contrast without the clash | |
| Triadic 1 | #AFBC32 | Even thirds — balanced and loud | |
| Triadic 2 | #32AFBC | Even thirds — balanced and loud | |
| Tetradic | #BC8432 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc32af text on a black background
contrast 4.21:1
#bc32af text on a white background
contrast 4.98:1
CSS3 live lab
The quick brown fox
color: #bc32af;
background-color: #bc32af;
Glowing headline
text-shadow: 2px 2px 8px #bc32af;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 50, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 50, 175, 0.45);
border: 3px solid #bc32af; background: linear-gradient(135deg, #bc32af, #BC3253);
Monochromatic scale
Palettes built from #bc32af
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Plum (#8e4585) — ΔE2000 10.1 away, with its history, psychology and brand usage.
#bc32af in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#bc32af, answered
What color is #bc32af?
#bc32af is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 8.6). It sits at 306° on the hue wheel with 58% saturation and 47% lightness, which reads as neutral.
What is the RGB value of #bc32af?
rgb(188, 50, 175) — 188 red, 50 green and 175 blue out of 255, or 73.7% / 19.6% / 68.6% by channel.
Is #bc32af a light or a dark color?
It is a dark color. Relative luminance is 0.1607 and perceived brightness is 49%, so white text on it reaches 4.98:1.
Should I use black or white text on #bc32af?
White. It scores 4.98:1 against #bc32af, versus 4.21:1 for black — AA at any size.
What is the complementary color of #bc32af?
#32BC3F sits directly opposite on the wheel. Softer options are the split-complements #6ABC32 and #32BC84, which give the same contrast with far less vibration.
What colors go well with #bc32af?
For interface work: #FAF4FA as the surface, #EDC0E8 for borders, #9B4B93 for secondary text, #3AA527 as an accent and #651B5E for hover and pressed states. For a palette, the analogous pair #8432BC and #BC326A stays calm, while #32BC3F is the loudest partner.
What is #bc32af in CMYK for printing?
cmyk(0%, 73%, 7%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc32af warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC327C; nudged cooler, #9830BF.