#BD2483
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD2483
The precise color #BD2483 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(189, 36, 131).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 81% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD2483
RGB189, 36, 131
HSL322.7°, 68.0%, 44.1%
CMYK0%, 81%, 31%, 26%
HSV322.7°, 81.0%, 74.1%
LAB43.8, 65.5, -15.6
XYZ25.7, 13.7, 22.8
Decimal12395651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2483;
}
.text-color {
color: #BD2483;
}
.border-color {
border: 2px solid #BD2483;
}