#BD6699
A medium, moderate magenta closely aligning with Palevioletred.
About #BD6699
Visually, #BD6699 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(189, 102, 153).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 46% Magenta, 19% Yellow, and 26% Black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD6699
RGB189, 102, 153
HSL324.8°, 39.7%, 57.1%
CMYK0%, 46%, 19%, 26%
HSV324.8°, 46.0%, 74.1%
LAB54.7, 41.3, -12.3
XYZ31.5, 22.6, 32.8
Decimal12412569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD6699;
}
.text-color {
color: #BD6699;
}
.border-color {
border: 2px solid #BD6699;
}