#bc46cd
a balanced, vivid magenta / pink · neutral · closest name: Medium Orchid
At a glance
Every number on this page in one read: what #bc46cd 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 | #bc46cd |
| RGB | rgb(188, 70, 205) |
| HSL | hsl(292, 57%, 54%) |
| CMYK | cmyk(8%, 66%, 0%, 20%) |
| LAB | lab(51.3 64.9 -47.8) |
| LCH | lch(51.3 80.6 323.6) |
| OKLCH | oklch(0.608 0.218 322.4) |
| Decimal | 12338893 |
| Display P3 | color(display-p3 0.737 0.275 0.804) |
Copy-ready code
/* CSS */
color: #bc46cd;
background-color: #bc46cd;
/* Tailwind (arbitrary) */
class="text-[#bc46cd] bg-[#bc46cd]"
/* SCSS */
$brand: #bc46cd;
/* SwiftUI */
Color(red: 0.737, green: 0.275, blue: 0.804)
/* Android */
Color.parseColor("#bc46cd")
/* Flutter */
Color(0xFFBC46CD)
/* Python / OpenCV (BGR) */
(205, 70, 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. #bc46cd is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF4FB;
--brand-100: #F5E9F7;
--brand-200: #EACDEF;
--brand-300: #DFA7E7;
--brand-400: #CF7BDB;
--brand-500: #bc46cd;
--brand-600: #AF34C1;
--brand-700: #922BA1;
--brand-800: #752380;
--brand-900: #551D5E;
--brand-950: #35123A;
--brand: #bc46cd;
--brand-ink: #000000;
}Colors that work with #bc46cd
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 #bc46cd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠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 | #57CD46 | Directly opposite — maximum tension | |
| Analogous left | #7846CD | Neighbour, quieter | |
| Analogous right | #CD469B | Neighbour, quieter | |
| Split-complement 1 | #9BCD46 | Contrast without the clash | |
| Split-complement 2 | #46CD78 | Contrast without the clash | |
| Triadic 1 | #CDBC46 | Even thirds — balanced and loud | |
| Triadic 2 | #46CDBC | Even thirds — balanced and loud | |
| Tetradic | #CD7846 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc46cd text on a black background
contrast 4.90:1
#bc46cd text on a white background
contrast 4.29:1
CSS3 live lab
The quick brown fox
color: #bc46cd;
background-color: #bc46cd;
Glowing headline
text-shadow: 2px 2px 8px #bc46cd;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 70, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 70, 205, 0.45);
border: 3px solid #bc46cd; background: linear-gradient(135deg, #bc46cd, #CD4684);
Monochromatic scale
Palettes built from #bc46cd
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: Magenta (#ff00ff) — ΔE2000 11 away, with its history, psychology and brand usage.
#bc46cd 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.
#bc46cd, answered
What color is #bc46cd?
#bc46cd is a balanced vivid magenta / pink, closest to Medium Orchid (ΔE2000 2.9). It sits at 292° on the hue wheel with 57% saturation and 54% lightness, which reads as neutral.
What is the RGB value of #bc46cd?
rgb(188, 70, 205) — 188 red, 70 green and 205 blue out of 255, or 73.7% / 27.5% / 80.4% by channel.
Is #bc46cd a light or a dark color?
It is a mid-tone. Relative luminance is 0.1948 and perceived brightness is 53%, so black text on it reaches 4.90:1.
Should I use black or white text on #bc46cd?
Black. It scores 4.90:1 against #bc46cd, versus 4.29:1 for white — AA at any size.
What is the complementary color of #bc46cd?
#57CD46 sits directly opposite on the wheel. Softer options are the split-complements #9BCD46 and #46CD78, which give the same contrast with far less vibration.
What colors go well with #bc46cd?
For interface work: #FAF4FA as the surface, #E7C0ED for borders, #914B9B for secondary text, #57A527 as an accent and #5B1B64 for hover and pressed states. For a palette, the analogous pair #7846CD and #CD469B stays calm, while #57CD46 is the loudest partner.
What is #bc46cd in CMYK for printing?
cmyk(8%, 66%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc46cd warm or cool?
Neutral — it scores 54 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CD46AD; nudged cooler, #8A44CF.