#B657D3
A medium, moderate magenta closely aligning with Mediumorchid.
About #B657D3
Visually, #B657D3 is defined as a moderate magenta. It is closely associated with the named CSS color Mediumorchid. In the RGB color space, it consists of 182 red, 87 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 59% Magenta, 0% Yellow, and 17% Black. The HSL representation is 286.0° hue, 58.5% saturation, and 58.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B657D3
RGB182, 87, 211
HSL286.0°, 58.5%, 58.4%
CMYK14%, 59%, 0%, 17%
HSV286.0°, 58.8%, 82.7%
LAB53.5, 57.1, -47.7
XYZ34.5, 21.5, 64.0
Decimal11950035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B657D3;
}
.text-color {
color: #B657D3;
}
.border-color {
border: 2px solid #B657D3;
}