Shades of Deep Magenta #B80BBB
Tints of Deep Magenta #B80BBB
RGB
CMYK
RGB Variations
Color information
#B80BBB (or 0xB80BBB) is known color: Deep Magenta. HEX triplet: B8, 0B and BB. RGB value is (184,11,187). Sum of RGB (Red+Green+Blue) = 184+11+187=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B80BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BBB is #47F444. Grayscale: #525252. Windows color (decimal): -4715589 or 12258232. OLE color: 12258232.
HSL color Cylindrical-coordinate representation of color #B80BBB: hue angle of 298.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BBB is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 11 | 187 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.27 |
| HSL | 298.98º | 0.89% | 0.39% | - |
| HSV(B) | 298.98º | 0.94% | 0.73% | - |
| XYZ | 28.86 | 14.02 | 48.2 | - |
| YUV | 82.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 187 | 0.02 | 0.94 | 0 | 0.27 | 298.98 | 0.89 | 0.39 |
| Hex | B8 | B | BB | 2 | 5E | 0 | 1B | 12B | 59 | 27 |
| Octal | 270 | 13 | 273 | 2 | 136 | 0 | 33 | 453 | 131 | 47 |
| Binary | 10111000 | 1011 | 10111011 | 10 | 1011110 | 0 | 11011 | 100101011 | 1011001 | 100111 |
Color Harmonies of #B80BBB
Complementary color
Monochromatic Colors of #B80BBB
Black with #B80BBB
Text Example
Text Example
White with #B80BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BBB; }
p { color: rgb(184,11,187); }
H1.HeaderClassName
{
color: #B80BBB;
}
.AnyTagClassName
{
color: #B80BBB;
}
</style>
background-color css
<style>
a { background-color: #B80BBB; }
a { background-color: rgb(184,11,187); }
div.DivClassName
{
background-color: #B80BBB;
}
.BgClassName
{
background-color: #B80BBB;
}
</style>
border-color css
<style>
span { border-color: #B80BBB; }
span { border-color: rgb(184,11,187); }
td.TdClassName
{
border-color: #B80BBB;
}
.TagClassName
{
border-color: #B80BBB;
}
</style>