Shades of Deep Magenta #B802B7
Tints of Deep Magenta #B802B7
RGB
CMYK
RGB Variations
Color information
#B802B7 (or 0xB802B7) is known color: Deep Magenta. HEX triplet: B8, 02 and B7. RGB value is (184,2,183). Sum of RGB (Red+Green+Blue) = 184+2+183=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B802B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802B7 is #47FD48. Grayscale: #4C4C4C. Windows color (decimal): -4717897 or 11993784. OLE color: 11993784.
HSL color Cylindrical-coordinate representation of color #B802B7: hue angle of 300.33º 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 #B802B7 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.28 |
| HSL | 300.33º | 0.98% | 0.36% | - |
| HSV(B) | 300.33º | 0.99% | 0.72% | - |
| XYZ | 28.34 | 13.65 | 45.94 | - |
| YUV | 77.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 183 | 0 | 0.99 | 0.01 | 0.28 | 300.33 | 0.98 | 0.36 |
| Hex | B8 | 2 | B7 | 0 | 63 | 1 | 1C | 12C | 62 | 24 |
| Octal | 270 | 2 | 267 | 0 | 143 | 1 | 34 | 454 | 142 | 44 |
| Binary | 10111000 | 10 | 10110111 | 0 | 1100011 | 1 | 11100 | 100101100 | 1100010 | 100100 |
Color Harmonies of #B802B7
Complementary color
Monochromatic Colors of #B802B7
Black with #B802B7
Text Example
Text Example
White with #B802B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802B7; }
p { color: rgb(184,2,183); }
H1.HeaderClassName
{
color: #B802B7;
}
.AnyTagClassName
{
color: #B802B7;
}
</style>
background-color css
<style>
a { background-color: #B802B7; }
a { background-color: rgb(184,2,183); }
div.DivClassName
{
background-color: #B802B7;
}
.BgClassName
{
background-color: #B802B7;
}
</style>
border-color css
<style>
span { border-color: #B802B7; }
span { border-color: rgb(184,2,183); }
td.TdClassName
{
border-color: #B802B7;
}
.TagClassName
{
border-color: #B802B7;
}
</style>