#BD0083
A dark, vivid magenta closely aligning with Mediumvioletred.
About #BD0083
At its core, #BD0083 is a dark and vivid hue. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(189, 0, 131).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 100% Magenta, 31% Yellow, and 26% Black. The HSL representation is 318.4° hue, 100.0% saturation, and 37.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD0083
RGB189, 0, 131
HSL318.4°, 100.0%, 37.1%
CMYK0%, 100%, 31%, 26%
HSV318.4°, 100.0%, 74.1%
LAB41.9, 71.0, -18.5
XYZ25.1, 12.5, 22.6
Decimal12386435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.75:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0083;
}
.text-color {
color: #BD0083;
}
.border-color {
border: 2px solid #BD0083;
}