#BD508A
A medium, moderate magenta closely aligning with Palevioletred.
About #BD508A
The hex code #BD508A represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 189 red, 80 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 58% magenta, 27% yellow, and 26% black. The HSL representation is 328.1° hue, 45.2% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD508A
RGB189, 80, 138
HSL328.1°, 45.2%, 52.7%
CMYK0%, 58%, 27%, 26%
HSV328.1°, 57.7%, 74.1%
LAB50.0, 50.1, -10.5
XYZ28.4, 18.4, 26.1
Decimal12406922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD508A;
}
.text-color {
color: #BD508A;
}
.border-color {
border: 2px solid #BD508A;
}