#BD1692
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD1692
At its core, #BD1692 is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 22, and 146.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 88% M, 23% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD1692
RGB189, 22, 146
HSL315.4°, 79.1%, 41.4%
CMYK0%, 88%, 23%, 26%
HSV315.4°, 88.4%, 74.1%
LAB43.5, 70.2, -25.3
XYZ26.5, 13.5, 28.4
Decimal12392082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1692;
}
.text-color {
color: #BD1692;
}
.border-color {
border: 2px solid #BD1692;
}