Shades of Deep Magenta #B602D2
Tints of Deep Magenta #B602D2
RGB
CMYK
RGB Variations
Color information
#B602D2 (or 0xB602D2) is known color: Deep Magenta. HEX triplet: B6, 02 and D2. RGB value is (182,2,210). Sum of RGB (Red+Green+Blue) = 182+2+210=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #B602D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602D2 is #49FD2D. Grayscale: #4E4E4E. Windows color (decimal): -4848942 or 13763254. OLE color: 13763254.
HSL color Cylindrical-coordinate representation of color #B602D2: hue angle of 291.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602D2 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 2 | 210 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.18 |
| HSL | 291.92º | 0.98% | 0.42% | - |
| HSV(B) | 291.92º | 0.99% | 0.82% | - |
| XYZ | 30.95 | 14.64 | 62.17 | - |
| YUV | 79.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 210 | 0.13 | 0.99 | 0 | 0.18 | 291.92 | 0.98 | 0.42 |
| Hex | B6 | 2 | D2 | D | 63 | 0 | 12 | 124 | 62 | 2A |
| Octal | 266 | 2 | 322 | 15 | 143 | 0 | 22 | 444 | 142 | 52 |
| Binary | 10110110 | 10 | 11010010 | 1101 | 1100011 | 0 | 10010 | 100100100 | 1100010 | 101010 |
Color Harmonies of #B602D2
Complementary color
Monochromatic Colors of #B602D2
Black with #B602D2
Text Example
Text Example
White with #B602D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602D2; }
p { color: rgb(182,2,210); }
H1.HeaderClassName
{
color: #B602D2;
}
.AnyTagClassName
{
color: #B602D2;
}
</style>
background-color css
<style>
a { background-color: #B602D2; }
a { background-color: rgb(182,2,210); }
div.DivClassName
{
background-color: #B602D2;
}
.BgClassName
{
background-color: #B602D2;
}
</style>
border-color css
<style>
span { border-color: #B602D2; }
span { border-color: rgb(182,2,210); }
td.TdClassName
{
border-color: #B602D2;
}
.TagClassName
{
border-color: #B602D2;
}
</style>