#BD50C5
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD50C5
Visually, #BD50C5 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(189, 80, 197).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 4% C, 59% M, 0% Y, and 23% K. The HSL representation is 295.9° hue, 50.2% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD50C5
RGB189, 80, 197
HSL295.9°, 50.2%, 54.3%
CMYK4%, 59%, 0%, 23%
HSV295.9°, 59.4%, 77.3%
LAB52.5, 59.5, -41.2
XYZ33.9, 20.6, 55.0
Decimal12406981
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD50C5;
}
.text-color {
color: #BD50C5;
}
.border-color {
border: 2px solid #BD50C5;
}