Shades of Deep Magenta #B802CB
Tints of Deep Magenta #B802CB
RGB
CMYK
RGB Variations
Color information
#B802CB (or 0xB802CB) is known color: Deep Magenta. HEX triplet: B8, 02 and CB. RGB value is (184,2,203). Sum of RGB (Red+Green+Blue) = 184+2+203=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B802CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802CB is #47FD34. Grayscale: #4E4E4E. Windows color (decimal): -4717877 or 13304504. OLE color: 13304504.
HSL color Cylindrical-coordinate representation of color #B802CB: hue angle of 294.33º 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 #B802CB is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 2 | 203 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.20 |
| HSL | 294.33º | 0.98% | 0.4% | - |
| HSV(B) | 294.33º | 0.99% | 0.8% | - |
| XYZ | 30.57 | 14.55 | 57.7 | - |
| YUV | 79.33 | 197.8 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 203 | 0.09 | 0.99 | 0 | 0.20 | 294.33 | 0.98 | 0.4 |
| Hex | B8 | 2 | CB | 9 | 63 | 0 | 14 | 126 | 62 | 28 |
| Octal | 270 | 2 | 313 | 11 | 143 | 0 | 24 | 446 | 142 | 50 |
| Binary | 10111000 | 10 | 11001011 | 1001 | 1100011 | 0 | 10100 | 100100110 | 1100010 | 101000 |
Color Harmonies of #B802CB
Complementary color
Monochromatic Colors of #B802CB
Black with #B802CB
Text Example
Text Example
White with #B802CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802CB; }
p { color: rgb(184,2,203); }
H1.HeaderClassName
{
color: #B802CB;
}
.AnyTagClassName
{
color: #B802CB;
}
</style>
background-color css
<style>
a { background-color: #B802CB; }
a { background-color: rgb(184,2,203); }
div.DivClassName
{
background-color: #B802CB;
}
.BgClassName
{
background-color: #B802CB;
}
</style>
border-color css
<style>
span { border-color: #B802CB; }
span { border-color: rgb(184,2,203); }
td.TdClassName
{
border-color: #B802CB;
}
.TagClassName
{
border-color: #B802CB;
}
</style>