Shades of Deep Magenta #B602D9
Tints of Deep Magenta #B602D9
RGB
CMYK
RGB Variations
Color information
#B602D9 (or 0xB602D9) is known color: Deep Magenta. HEX triplet: B6, 02 and D9. RGB value is (182,2,217). Sum of RGB (Red+Green+Blue) = 182+2+217=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #B602D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602D9 is #49FD26. Grayscale: #4F4F4F. Windows color (decimal): -4848935 or 14222006. OLE color: 14222006.
HSL color Cylindrical-coordinate representation of color #B602D9: hue angle of 290.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602D9 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 2 | 217 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.15 |
| HSL | 290.23º | 0.98% | 0.43% | - |
| HSV(B) | 290.23º | 0.99% | 0.85% | - |
| XYZ | 31.84 | 15 | 66.86 | - |
| YUV | 80.33 | 205.13 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 217 | 0.16 | 0.99 | 0 | 0.15 | 290.23 | 0.98 | 0.43 |
| Hex | B6 | 2 | D9 | 10 | 63 | 0 | F | 122 | 62 | 2B |
| Octal | 266 | 2 | 331 | 20 | 143 | 0 | 17 | 442 | 142 | 53 |
| Binary | 10110110 | 10 | 11011001 | 10000 | 1100011 | 0 | 1111 | 100100010 | 1100010 | 101011 |
Color Harmonies of #B602D9
Complementary color
Monochromatic Colors of #B602D9
Black with #B602D9
Text Example
Text Example
White with #B602D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602D9; }
p { color: rgb(182,2,217); }
H1.HeaderClassName
{
color: #B602D9;
}
.AnyTagClassName
{
color: #B602D9;
}
</style>
background-color css
<style>
a { background-color: #B602D9; }
a { background-color: rgb(182,2,217); }
div.DivClassName
{
background-color: #B602D9;
}
.BgClassName
{
background-color: #B602D9;
}
</style>
border-color css
<style>
span { border-color: #B602D9; }
span { border-color: rgb(182,2,217); }
td.TdClassName
{
border-color: #B602D9;
}
.TagClassName
{
border-color: #B602D9;
}
</style>