Shades of Deep Magenta #B802BD
Tints of Deep Magenta #B802BD
RGB
CMYK
RGB Variations
Color information
#B802BD (or 0xB802BD) is known color: Deep Magenta. HEX triplet: B8, 02 and BD. RGB value is (184,2,189). Sum of RGB (Red+Green+Blue) = 184+2+189=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B802BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802BD is #47FD42. Grayscale: #4D4D4D. Windows color (decimal): -4717891 or 12387000. OLE color: 12387000.
HSL color Cylindrical-coordinate representation of color #B802BD: hue angle of 298.4º 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 #B802BD is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 2 | 189 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.26 |
| HSL | 298.4º | 0.98% | 0.37% | - |
| HSV(B) | 298.4º | 0.99% | 0.74% | - |
| XYZ | 28.97 | 13.91 | 49.3 | - |
| YUV | 77.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 189 | 0.03 | 0.99 | 0 | 0.26 | 298.4 | 0.98 | 0.37 |
| Hex | B8 | 2 | BD | 3 | 63 | 0 | 1A | 12A | 62 | 25 |
| Octal | 270 | 2 | 275 | 3 | 143 | 0 | 32 | 452 | 142 | 45 |
| Binary | 10111000 | 10 | 10111101 | 11 | 1100011 | 0 | 11010 | 100101010 | 1100010 | 100101 |
Color Harmonies of #B802BD
Complementary color
Monochromatic Colors of #B802BD
Black with #B802BD
Text Example
Text Example
White with #B802BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802BD; }
p { color: rgb(184,2,189); }
H1.HeaderClassName
{
color: #B802BD;
}
.AnyTagClassName
{
color: #B802BD;
}
</style>
background-color css
<style>
a { background-color: #B802BD; }
a { background-color: rgb(184,2,189); }
div.DivClassName
{
background-color: #B802BD;
}
.BgClassName
{
background-color: #B802BD;
}
</style>
border-color css
<style>
span { border-color: #B802BD; }
span { border-color: rgb(184,2,189); }
td.TdClassName
{
border-color: #B802BD;
}
.TagClassName
{
border-color: #B802BD;
}
</style>