Shades of Deep Magenta #B802CE
Tints of Deep Magenta #B802CE
RGB
CMYK
RGB Variations
Color information
#B802CE (or 0xB802CE) is known color: Deep Magenta. HEX triplet: B8, 02 and CE. RGB value is (184,2,206). Sum of RGB (Red+Green+Blue) = 184+2+206=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #B802CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802CE is #47FD31. Grayscale: #4F4F4F. Windows color (decimal): -4717874 or 13501112. OLE color: 13501112.
HSL color Cylindrical-coordinate representation of color #B802CE: hue angle of 293.53º 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 #B802CE is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 2 | 206 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.19 |
| HSL | 293.53º | 0.98% | 0.41% | - |
| HSV(B) | 293.53º | 0.99% | 0.81% | - |
| XYZ | 30.93 | 14.69 | 59.6 | - |
| YUV | 79.67 | 199.3 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 206 | 0.11 | 0.99 | 0 | 0.19 | 293.53 | 0.98 | 0.41 |
| Hex | B8 | 2 | CE | B | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 270 | 2 | 316 | 13 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111000 | 10 | 11001110 | 1011 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #B802CE
Complementary color
Monochromatic Colors of #B802CE
Black with #B802CE
Text Example
Text Example
White with #B802CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802CE; }
p { color: rgb(184,2,206); }
H1.HeaderClassName
{
color: #B802CE;
}
.AnyTagClassName
{
color: #B802CE;
}
</style>
background-color css
<style>
a { background-color: #B802CE; }
a { background-color: rgb(184,2,206); }
div.DivClassName
{
background-color: #B802CE;
}
.BgClassName
{
background-color: #B802CE;
}
</style>
border-color css
<style>
span { border-color: #B802CE; }
span { border-color: rgb(184,2,206); }
td.TdClassName
{
border-color: #B802CE;
}
.TagClassName
{
border-color: #B802CE;
}
</style>