Shades of Deep Magenta #B802B0
Tints of Deep Magenta #B802B0
RGB
CMYK
RGB Variations
Color information
#B802B0 (or 0xB802B0) is known color: Deep Magenta. HEX triplet: B8, 02 and B0. RGB value is (184,2,176). Sum of RGB (Red+Green+Blue) = 184+2+176=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B802B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802B0 is #47FD4F. Grayscale: #4B4B4B. Windows color (decimal): -4717904 or 11535032. OLE color: 11535032.
HSL color Cylindrical-coordinate representation of color #B802B0: hue angle of 302.64º 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 #B802B0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.28 |
| HSL | 302.64º | 0.98% | 0.36% | - |
| HSV(B) | 302.64º | 0.99% | 0.72% | - |
| XYZ | 27.63 | 13.37 | 42.2 | - |
| YUV | 76.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 176 | 0 | 0.99 | 0.04 | 0.28 | 302.64 | 0.98 | 0.36 |
| Hex | B8 | 2 | B0 | 0 | 63 | 4 | 1C | 12F | 62 | 24 |
| Octal | 270 | 2 | 260 | 0 | 143 | 4 | 34 | 457 | 142 | 44 |
| Binary | 10111000 | 10 | 10110000 | 0 | 1100011 | 100 | 11100 | 100101111 | 1100010 | 100100 |
Color Harmonies of #B802B0
Complementary color
Monochromatic Colors of #B802B0
Black with #B802B0
Text Example
Text Example
White with #B802B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B802B0; }
p { color: rgb(184,2,176); }
H1.HeaderClassName
{
color: #B802B0;
}
.AnyTagClassName
{
color: #B802B0;
}
</style>
background-color css
<style>
a { background-color: #B802B0; }
a { background-color: rgb(184,2,176); }
div.DivClassName
{
background-color: #B802B0;
}
.BgClassName
{
background-color: #B802B0;
}
</style>
border-color css
<style>
span { border-color: #B802B0; }
span { border-color: rgb(184,2,176); }
td.TdClassName
{
border-color: #B802B0;
}
.TagClassName
{
border-color: #B802B0;
}
</style>