Shades of Deep Magenta #B802AF
Tints of Deep Magenta #B802AF
RGB
CMYK
RGB Variations
Color information
#B802AF (or 0xB802AF) is known color: Deep Magenta. HEX triplet: B8, 02 and AF. RGB value is (184,2,175). Sum of RGB (Red+Green+Blue) = 184+2+175=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B802AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802AF is #47FD50. Grayscale: #4B4B4B. Windows color (decimal): -4717905 or 11469496. OLE color: 11469496.
HSL color Cylindrical-coordinate representation of color #B802AF: hue angle of 302.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802AF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.28 |
| HSL | 302.97º | 0.98% | 0.36% | - |
| HSV(B) | 302.97º | 0.99% | 0.72% | - |
| XYZ | 27.53 | 13.33 | 41.68 | - |
| YUV | 76.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 175 | 0 | 0.99 | 0.05 | 0.28 | 302.97 | 0.98 | 0.36 |
| Hex | B8 | 2 | AF | 0 | 63 | 5 | 1C | 12F | 62 | 24 |
| Octal | 270 | 2 | 257 | 0 | 143 | 5 | 34 | 457 | 142 | 44 |
| Binary | 10111000 | 10 | 10101111 | 0 | 1100011 | 101 | 11100 | 100101111 | 1100010 | 100100 |
Color Harmonies of #B802AF
Complementary color
Monochromatic Colors of #B802AF
Black with #B802AF
Text Example
Text Example
White with #B802AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802AF; }
p { color: rgb(184,2,175); }
H1.HeaderClassName
{
color: #B802AF;
}
.AnyTagClassName
{
color: #B802AF;
}
</style>
background-color css
<style>
a { background-color: #B802AF; }
a { background-color: rgb(184,2,175); }
div.DivClassName
{
background-color: #B802AF;
}
.BgClassName
{
background-color: #B802AF;
}
</style>
border-color css
<style>
span { border-color: #B802AF; }
span { border-color: rgb(184,2,175); }
td.TdClassName
{
border-color: #B802AF;
}
.TagClassName
{
border-color: #B802AF;
}
</style>