#BD2CBD
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD2CBD
When working with digital screens, the color #BD2CBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 44, and 189.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 77% M, 0% Y, and 26% K. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD2CBD
RGB189, 44, 189
HSL300.0°, 62.2%, 45.7%
CMYK0%, 77%, 0%, 26%
HSV300.0°, 76.7%, 74.1%
LAB47.4, 71.3, -44.7
XYZ31.1, 16.3, 49.7
Decimal12397757
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2CBD;
}
.text-color {
color: #BD2CBD;
}
.border-color {
border: 2px solid #BD2CBD;
}