Shades of Deep Magenta #B002CE
Tints of Deep Magenta #B002CE
RGB
CMYK
RGB Variations
Color information
#B002CE (or 0xB002CE) is known color: Deep Magenta. HEX triplet: B0, 02 and CE. RGB value is (176,2,206). Sum of RGB (Red+Green+Blue) = 176+2+206=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #B002CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002CE is #4FFD31. Grayscale: #4C4C4C. Windows color (decimal): -5242162 or 13501104. OLE color: 13501104.
HSL color Cylindrical-coordinate representation of color #B002CE: hue angle of 291.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002CE is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 2 | 206 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.19 |
| HSL | 291.18º | 0.98% | 0.41% | - |
| HSV(B) | 291.18º | 0.99% | 0.81% | - |
| XYZ | 29.07 | 13.73 | 59.51 | - |
| YUV | 77.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 206 | 0.15 | 0.99 | 0 | 0.19 | 291.18 | 0.98 | 0.41 |
| Hex | B0 | 2 | CE | F | 63 | 0 | 13 | 123 | 62 | 29 |
| Octal | 260 | 2 | 316 | 17 | 143 | 0 | 23 | 443 | 142 | 51 |
| Binary | 10110000 | 10 | 11001110 | 1111 | 1100011 | 0 | 10011 | 100100011 | 1100010 | 101001 |
Color Harmonies of #B002CE
Complementary color
Monochromatic Colors of #B002CE
Black with #B002CE
Text Example
Text Example
White with #B002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002CE; }
p { color: rgb(176,2,206); }
H1.HeaderClassName
{
color: #B002CE;
}
.AnyTagClassName
{
color: #B002CE;
}
</style>
background-color css
<style>
a { background-color: #B002CE; }
a { background-color: rgb(176,2,206); }
div.DivClassName
{
background-color: #B002CE;
}
.BgClassName
{
background-color: #B002CE;
}
</style>
border-color css
<style>
span { border-color: #B002CE; }
span { border-color: rgb(176,2,206); }
td.TdClassName
{
border-color: #B002CE;
}
.TagClassName
{
border-color: #B002CE;
}
</style>