Shades of Deep Magenta #B80EBC
Tints of Deep Magenta #B80EBC
RGB
CMYK
RGB Variations
Color information
#B80EBC (or 0xB80EBC) is known color: Deep Magenta. HEX triplet: B8, 0E and BC. RGB value is (184,14,188). Sum of RGB (Red+Green+Blue) = 184+14+188=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #B80EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EBC is #47F143. Grayscale: #545454. Windows color (decimal): -4714820 or 12324536. OLE color: 12324536.
HSL color Cylindrical-coordinate representation of color #B80EBC: hue angle of 298.62º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80EBC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 14 | 188 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.26 |
| HSL | 298.62º | 0.86% | 0.4% | - |
| HSV(B) | 298.62º | 0.93% | 0.74% | - |
| XYZ | 29 | 14.14 | 48.78 | - |
| YUV | 84.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 188 | 0.02 | 0.93 | 0 | 0.26 | 298.62 | 0.86 | 0.4 |
| Hex | B8 | E | BC | 2 | 5D | 0 | 1A | 12B | 56 | 28 |
| Octal | 270 | 16 | 274 | 2 | 135 | 0 | 32 | 453 | 126 | 50 |
| Binary | 10111000 | 1110 | 10111100 | 10 | 1011101 | 0 | 11010 | 100101011 | 1010110 | 101000 |
Color Harmonies of #B80EBC
Complementary color
Monochromatic Colors of #B80EBC
Black with #B80EBC
Text Example
Text Example
White with #B80EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EBC; }
p { color: rgb(184,14,188); }
H1.HeaderClassName
{
color: #B80EBC;
}
.AnyTagClassName
{
color: #B80EBC;
}
</style>
background-color css
<style>
a { background-color: #B80EBC; }
a { background-color: rgb(184,14,188); }
div.DivClassName
{
background-color: #B80EBC;
}
.BgClassName
{
background-color: #B80EBC;
}
</style>
border-color css
<style>
span { border-color: #B80EBC; }
span { border-color: rgb(184,14,188); }
td.TdClassName
{
border-color: #B80EBC;
}
.TagClassName
{
border-color: #B80EBC;
}
</style>