Shades of Deep Magenta #B802BC
Tints of Deep Magenta #B802BC
RGB
CMYK
RGB Variations
Color information
#B802BC (or 0xB802BC) is known color: Deep Magenta. HEX triplet: B8, 02 and BC. RGB value is (184,2,188). Sum of RGB (Red+Green+Blue) = 184+2+188=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #B802BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802BC is #47FD43. Grayscale: #4D4D4D. Windows color (decimal): -4717892 or 12321464. OLE color: 12321464.
HSL color Cylindrical-coordinate representation of color #B802BC: hue angle of 298.71º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802BC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 2 | 188 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.26 |
| HSL | 298.71º | 0.98% | 0.37% | - |
| HSV(B) | 298.71º | 0.99% | 0.74% | - |
| XYZ | 28.87 | 13.86 | 48.73 | - |
| YUV | 77.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 188 | 0.02 | 0.99 | 0 | 0.26 | 298.71 | 0.98 | 0.37 |
| Hex | B8 | 2 | BC | 2 | 63 | 0 | 1A | 12B | 62 | 25 |
| Octal | 270 | 2 | 274 | 2 | 143 | 0 | 32 | 453 | 142 | 45 |
| Binary | 10111000 | 10 | 10111100 | 10 | 1100011 | 0 | 11010 | 100101011 | 1100010 | 100101 |
Color Harmonies of #B802BC
Complementary color
Monochromatic Colors of #B802BC
Black with #B802BC
Text Example
Text Example
White with #B802BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802BC; }
p { color: rgb(184,2,188); }
H1.HeaderClassName
{
color: #B802BC;
}
.AnyTagClassName
{
color: #B802BC;
}
</style>
background-color css
<style>
a { background-color: #B802BC; }
a { background-color: rgb(184,2,188); }
div.DivClassName
{
background-color: #B802BC;
}
.BgClassName
{
background-color: #B802BC;
}
</style>
border-color css
<style>
span { border-color: #B802BC; }
span { border-color: rgb(184,2,188); }
td.TdClassName
{
border-color: #B802BC;
}
.TagClassName
{
border-color: #B802BC;
}
</style>