Shades of Deep Magenta #B602DC
Tints of Deep Magenta #B602DC
RGB
CMYK
RGB Variations
Color information
#B602DC (or 0xB602DC) is known color: Deep Magenta. HEX triplet: B6, 02 and DC. RGB value is (182,2,220). Sum of RGB (Red+Green+Blue) = 182+2+220=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #B602DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602DC is #49FD23. Grayscale: #4F4F4F. Windows color (decimal): -4848932 or 14418614. OLE color: 14418614.
HSL color Cylindrical-coordinate representation of color #B602DC: hue angle of 289.54º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602DC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 2 | 220 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.14 |
| HSL | 289.54º | 0.98% | 0.44% | - |
| HSV(B) | 289.54º | 0.99% | 0.86% | - |
| XYZ | 32.23 | 15.16 | 68.94 | - |
| YUV | 80.67 | 206.63 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 220 | 0.17 | 0.99 | 0 | 0.14 | 289.54 | 0.98 | 0.44 |
| Hex | B6 | 2 | DC | 11 | 63 | 0 | E | 122 | 62 | 2C |
| Octal | 266 | 2 | 334 | 21 | 143 | 0 | 16 | 442 | 142 | 54 |
| Binary | 10110110 | 10 | 11011100 | 10001 | 1100011 | 0 | 1110 | 100100010 | 1100010 | 101100 |
Color Harmonies of #B602DC
Complementary color
Monochromatic Colors of #B602DC
Black with #B602DC
Text Example
Text Example
White with #B602DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602DC; }
p { color: rgb(182,2,220); }
H1.HeaderClassName
{
color: #B602DC;
}
.AnyTagClassName
{
color: #B602DC;
}
</style>
background-color css
<style>
a { background-color: #B602DC; }
a { background-color: rgb(182,2,220); }
div.DivClassName
{
background-color: #B602DC;
}
.BgClassName
{
background-color: #B602DC;
}
</style>
border-color css
<style>
span { border-color: #B602DC; }
span { border-color: rgb(182,2,220); }
td.TdClassName
{
border-color: #B602DC;
}
.TagClassName
{
border-color: #B602DC;
}
</style>