#B633BD
A medium, moderate magenta closely aligning with Mediumorchid.
About #B633BD
Visually, #B633BD is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(182, 51, 189).
If you are designing for print, the four-color process is what matters most. The color uses 4% Cyan, 73% Magenta, 0% Yellow, and 26% Black. 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. 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#B633BD
RGB182, 51, 189
HSL297.0°, 57.5%, 47.1%
CMYK4%, 73%, 0%, 26%
HSV297.0°, 73.0%, 74.1%
LAB47.0, 67.8, -45.4
XYZ29.7, 16.0, 49.7
Decimal11940797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B633BD;
}
.text-color {
color: #B633BD;
}
.border-color {
border: 2px solid #B633BD;
}