#BD7CB6
A light, moderate magenta closely aligning with Plum.
About #BD7CB6
At its core, #BD7CB6 is a light and moderate hue. Its closest recognized web color is Plum. This translates to an RGB value of rgb(189, 124, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 34% magenta, 4% yellow, and 26% black. With a hue angle of 306.5 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD7CB6
RGB189, 124, 182
HSL306.5°, 33.0%, 61.4%
CMYK0%, 34%, 4%, 26%
HSV306.5°, 34.4%, 74.1%
LAB60.4, 34.4, -20.3
XYZ36.6, 28.6, 47.8
Decimal12418230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD7CB6;
}
.text-color {
color: #BD7CB6;
}
.border-color {
border: 2px solid #BD7CB6;
}