Shades of Deep Magenta #B002CA
Tints of Deep Magenta #B002CA
RGB
CMYK
RGB Variations
Color information
#B002CA (or 0xB002CA) is known color: Deep Magenta. HEX triplet: B0, 02 and CA. RGB value is (176,2,202). Sum of RGB (Red+Green+Blue) = 176+2+202=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #B002CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002CA is #4FFD35. Grayscale: #4C4C4C. Windows color (decimal): -5242166 or 13238960. OLE color: 13238960.
HSL color Cylindrical-coordinate representation of color #B002CA: hue angle of 292.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B002CA is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 2 | 202 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.21 |
| HSL | 292.2º | 0.98% | 0.4% | - |
| HSV(B) | 292.2º | 0.99% | 0.79% | - |
| XYZ | 28.59 | 13.54 | 56.98 | - |
| YUV | 76.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 202 | 0.13 | 0.99 | 0 | 0.21 | 292.2 | 0.98 | 0.4 |
| Hex | B0 | 2 | CA | D | 63 | 0 | 15 | 124 | 62 | 28 |
| Octal | 260 | 2 | 312 | 15 | 143 | 0 | 25 | 444 | 142 | 50 |
| Binary | 10110000 | 10 | 11001010 | 1101 | 1100011 | 0 | 10101 | 100100100 | 1100010 | 101000 |
Color Harmonies of #B002CA
Complementary color
Monochromatic Colors of #B002CA
Black with #B002CA
Text Example
Text Example
White with #B002CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B002CA; }
p { color: rgb(176,2,202); }
H1.HeaderClassName
{
color: #B002CA;
}
.AnyTagClassName
{
color: #B002CA;
}
</style>
background-color css
<style>
a { background-color: #B002CA; }
a { background-color: rgb(176,2,202); }
div.DivClassName
{
background-color: #B002CA;
}
.BgClassName
{
background-color: #B002CA;
}
</style>
border-color css
<style>
span { border-color: #B002CA; }
span { border-color: rgb(176,2,202); }
td.TdClassName
{
border-color: #B002CA;
}
.TagClassName
{
border-color: #B002CA;
}
</style>