#BD4992
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD4992
At its core, #BD4992 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(189, 73, 146).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 61% magenta inks. With a hue angle of 322.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#BD4992
RGB189, 73, 146
HSL322.2°, 46.8%, 51.4%
CMYK0%, 61%, 23%, 26%
HSV322.2°, 61.4%, 74.1%
LAB49.1, 54.4, -16.6
XYZ28.6, 17.7, 29.1
Decimal12405138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD4992;
}
.text-color {
color: #BD4992;
}
.border-color {
border: 2px solid #BD4992;
}