#BD49BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD49BD
Visually, #BD49BD is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. This translates to an RGB value of rgb(189, 73, 189).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 61% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD49BD
RGB189, 73, 189
HSL300.0°, 46.8%, 51.4%
CMYK0%, 61%, 0%, 26%
HSV300.0°, 61.4%, 74.1%
LAB51.0, 61.1, -39.0
XYZ32.6, 19.3, 50.1
Decimal12405181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD49BD;
}
.text-color {
color: #BD49BD;
}
.border-color {
border: 2px solid #BD49BD;
}