Shades of Deep Magenta #B802DA
Tints of Deep Magenta #B802DA
RGB
CMYK
RGB Variations
Color information
#B802DA (or 0xB802DA) is known color: Deep Magenta. HEX triplet: B8, 02 and DA. RGB value is (184,2,218). Sum of RGB (Red+Green+Blue) = 184+2+218=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #B802DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802DA is #47FD25. Grayscale: #505050. Windows color (decimal): -4717862 or 14287544. OLE color: 14287544.
HSL color Cylindrical-coordinate representation of color #B802DA: hue angle of 290.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802DA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 2 | 218 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.15 |
| HSL | 290.56º | 0.98% | 0.43% | - |
| HSV(B) | 290.56º | 0.99% | 0.85% | - |
| XYZ | 32.44 | 15.3 | 67.57 | - |
| YUV | 81.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 218 | 0.16 | 0.99 | 0 | 0.15 | 290.56 | 0.98 | 0.43 |
| Hex | B8 | 2 | DA | 10 | 63 | 0 | F | 123 | 62 | 2B |
| Octal | 270 | 2 | 332 | 20 | 143 | 0 | 17 | 443 | 142 | 53 |
| Binary | 10111000 | 10 | 11011010 | 10000 | 1100011 | 0 | 1111 | 100100011 | 1100010 | 101011 |
Color Harmonies of #B802DA
Complementary color
Monochromatic Colors of #B802DA
Black with #B802DA
Text Example
Text Example
White with #B802DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802DA; }
p { color: rgb(184,2,218); }
H1.HeaderClassName
{
color: #B802DA;
}
.AnyTagClassName
{
color: #B802DA;
}
</style>
background-color css
<style>
a { background-color: #B802DA; }
a { background-color: rgb(184,2,218); }
div.DivClassName
{
background-color: #B802DA;
}
.BgClassName
{
background-color: #B802DA;
}
</style>
border-color css
<style>
span { border-color: #B802DA; }
span { border-color: rgb(184,2,218); }
td.TdClassName
{
border-color: #B802DA;
}
.TagClassName
{
border-color: #B802DA;
}
</style>