Shades of Deep Magenta #B80ECC
Tints of Deep Magenta #B80ECC
RGB
CMYK
RGB Variations
Color information
#B80ECC (or 0xB80ECC) is known color: Deep Magenta. HEX triplet: B8, 0E and CC. RGB value is (184,14,204). Sum of RGB (Red+Green+Blue) = 184+14+204=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B80ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ECC is #47F133. Grayscale: #555555. Windows color (decimal): -4714804 or 13373112. OLE color: 13373112.
HSL color Cylindrical-coordinate representation of color #B80ECC: hue angle of 293.68º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80ECC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 14 | 204 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.2 |
| HSL | 293.68º | 0.87% | 0.43% | - |
| HSV(B) | 293.68º | 0.93% | 0.8% | - |
| XYZ | 30.82 | 14.86 | 58.37 | - |
| YUV | 86.49 | 194.32 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 204 | 0.10 | 0.93 | 0 | 0.2 | 293.68 | 0.87 | 0.43 |
| Hex | B8 | E | CC | A | 5D | 0 | 14 | 126 | 57 | 2B |
| Octal | 270 | 16 | 314 | 12 | 135 | 0 | 24 | 446 | 127 | 53 |
| Binary | 10111000 | 1110 | 11001100 | 1010 | 1011101 | 0 | 10100 | 100100110 | 1010111 | 101011 |
Color Harmonies of #B80ECC
Complementary color
Monochromatic Colors of #B80ECC
Black with #B80ECC
Text Example
Text Example
White with #B80ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80ECC; }
p { color: rgb(184,14,204); }
H1.HeaderClassName
{
color: #B80ECC;
}
.AnyTagClassName
{
color: #B80ECC;
}
</style>
background-color css
<style>
a { background-color: #B80ECC; }
a { background-color: rgb(184,14,204); }
div.DivClassName
{
background-color: #B80ECC;
}
.BgClassName
{
background-color: #B80ECC;
}
</style>
border-color css
<style>
span { border-color: #B80ECC; }
span { border-color: rgb(184,14,204); }
td.TdClassName
{
border-color: #B80ECC;
}
.TagClassName
{
border-color: #B80ECC;
}
</style>