#B642DB
A medium, moderate magenta closely aligning with Darkorchid.
About #B642DB
At its core, #B642DB is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 66, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 17% Cyan, 70% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B642DB
RGB182, 66, 219
HSL285.5°, 68.0%, 55.9%
CMYK17%, 70%, 0%, 14%
HSV285.5°, 69.9%, 85.9%
LAB50.6, 67.8, -56.8
XYZ34.0, 19.0, 68.9
Decimal11944667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B642DB;
}
.text-color {
color: #B642DB;
}
.border-color {
border: 2px solid #B642DB;
}