Shades of Deep Magenta #B802CC
Tints of Deep Magenta #B802CC
RGB
CMYK
RGB Variations
Color information
#B802CC (or 0xB802CC) is known color: Deep Magenta. HEX triplet: B8, 02 and CC. RGB value is (184,2,204). Sum of RGB (Red+Green+Blue) = 184+2+204=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #B802CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802CC is #47FD33. Grayscale: #4E4E4E. Windows color (decimal): -4717876 or 13370040. OLE color: 13370040.
HSL color Cylindrical-coordinate representation of color #B802CC: hue angle of 294.06º 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 #B802CC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 2 | 204 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.2 |
| HSL | 294.06º | 0.98% | 0.4% | - |
| HSV(B) | 294.06º | 0.99% | 0.8% | - |
| XYZ | 30.69 | 14.59 | 58.33 | - |
| YUV | 79.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 204 | 0.10 | 0.99 | 0 | 0.2 | 294.06 | 0.98 | 0.4 |
| Hex | B8 | 2 | CC | A | 63 | 0 | 14 | 126 | 62 | 28 |
| Octal | 270 | 2 | 314 | 12 | 143 | 0 | 24 | 446 | 142 | 50 |
| Binary | 10111000 | 10 | 11001100 | 1010 | 1100011 | 0 | 10100 | 100100110 | 1100010 | 101000 |
Color Harmonies of #B802CC
Complementary color
Monochromatic Colors of #B802CC
Black with #B802CC
Text Example
Text Example
White with #B802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802CC; }
p { color: rgb(184,2,204); }
H1.HeaderClassName
{
color: #B802CC;
}
.AnyTagClassName
{
color: #B802CC;
}
</style>
background-color css
<style>
a { background-color: #B802CC; }
a { background-color: rgb(184,2,204); }
div.DivClassName
{
background-color: #B802CC;
}
.BgClassName
{
background-color: #B802CC;
}
</style>
border-color css
<style>
span { border-color: #B802CC; }
span { border-color: rgb(184,2,204); }
td.TdClassName
{
border-color: #B802CC;
}
.TagClassName
{
border-color: #B802CC;
}
</style>