Shades of Deep Magenta #B002CC
Tints of Deep Magenta #B002CC
RGB
CMYK
RGB Variations
Color information
#B002CC (or 0xB002CC) is known color: Deep Magenta. HEX triplet: B0, 02 and CC. RGB value is (176,2,204). Sum of RGB (Red+Green+Blue) = 176+2+204=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #B002CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002CC is #4FFD33. Grayscale: #4C4C4C. Windows color (decimal): -5242164 or 13370032. OLE color: 13370032.
HSL color Cylindrical-coordinate representation of color #B002CC: hue angle of 291.68º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002CC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 2 | 204 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.2 |
| HSL | 291.68º | 0.98% | 0.4% | - |
| HSV(B) | 291.68º | 0.99% | 0.8% | - |
| XYZ | 28.83 | 13.63 | 58.24 | - |
| YUV | 77.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 204 | 0.14 | 0.99 | 0 | 0.2 | 291.68 | 0.98 | 0.4 |
| Hex | B0 | 2 | CC | E | 63 | 0 | 14 | 124 | 62 | 28 |
| Octal | 260 | 2 | 314 | 16 | 143 | 0 | 24 | 444 | 142 | 50 |
| Binary | 10110000 | 10 | 11001100 | 1110 | 1100011 | 0 | 10100 | 100100100 | 1100010 | 101000 |
Color Harmonies of #B002CC
Complementary color
Monochromatic Colors of #B002CC
Black with #B002CC
Text Example
Text Example
White with #B002CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002CC; }
p { color: rgb(176,2,204); }
H1.HeaderClassName
{
color: #B002CC;
}
.AnyTagClassName
{
color: #B002CC;
}
</style>
background-color css
<style>
a { background-color: #B002CC; }
a { background-color: rgb(176,2,204); }
div.DivClassName
{
background-color: #B002CC;
}
.BgClassName
{
background-color: #B002CC;
}
</style>
border-color css
<style>
span { border-color: #B002CC; }
span { border-color: rgb(176,2,204); }
td.TdClassName
{
border-color: #B002CC;
}
.TagClassName
{
border-color: #B002CC;
}
</style>