#BD2CB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD2CB6
The precise color #BD2CB6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(189, 44, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 77% Magenta, 4% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD2CB6
RGB189, 44, 182
HSL302.9°, 62.2%, 45.7%
CMYK0%, 77%, 4%, 26%
HSV302.9°, 76.7%, 74.1%
LAB47.0, 70.2, -41.2
XYZ30.3, 16.0, 45.7
Decimal12397750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2CB6;
}
.text-color {
color: #BD2CB6;
}
.border-color {
border: 2px solid #BD2CB6;
}