#B657C5
A medium, moderate magenta closely aligning with Mediumorchid.
About #B657C5
The precise color #B657C5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(182, 87, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 8% C, 56% M, 0% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B657C5
RGB182, 87, 197
HSL291.8°, 48.7%, 55.7%
CMYK8%, 56%, 0%, 23%
HSV291.8°, 55.8%, 77.3%
LAB52.7, 54.4, -40.9
XYZ32.8, 20.8, 55.1
Decimal11950021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B657C5;
}
.text-color {
color: #B657C5;
}
.border-color {
border: 2px solid #B657C5;
}