#BD3A83
A medium, moderate magenta closely aligning with Mediumvioletred.
About #BD3A83
Visually, #BD3A83 is defined as a moderate magenta. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 58, and 131.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. The HSL representation is 326.6° hue, 53.0% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD3A83
RGB189, 58, 131
HSL326.6°, 53.0%, 48.4%
CMYK0%, 69%, 31%, 26%
HSV326.6°, 69.3%, 74.1%
LAB46.3, 58.5, -11.8
XYZ26.6, 15.5, 23.1
Decimal12401283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.13:1
Text on #FFFFFF
AA
4.10:1
Text on #000000
AA Large
4.90:1
Text on #F8FAFC
AA
3.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3A83;
}
.text-color {
color: #BD3A83;
}
.border-color {
border: 2px solid #BD3A83;
}