Shades of Deep Magenta #B80EDE
Tints of Deep Magenta #B80EDE
RGB
CMYK
RGB Variations
Color information
#B80EDE (or 0xB80EDE) is known color: Deep Magenta. HEX triplet: B8, 0E and DE. RGB value is (184,14,222). Sum of RGB (Red+Green+Blue) = 184+14+222=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #B80EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDE is #47F121. Grayscale: #575757. Windows color (decimal): -4714786 or 14552760. OLE color: 14552760.
HSL color Cylindrical-coordinate representation of color #B80EDE: hue angle of 289.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EDE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 14 | 222 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 289.04º | 0.88% | 0.46% | - |
| HSV(B) | 289.04º | 0.94% | 0.87% | - |
| XYZ | 33.11 | 15.78 | 70.41 | - |
| YUV | 88.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 222 | 0.17 | 0.94 | 0 | 0.13 | 289.04 | 0.88 | 0.46 |
| Hex | B8 | E | DE | 11 | 5E | 0 | D | 121 | 58 | 2E |
| Octal | 270 | 16 | 336 | 21 | 136 | 0 | 15 | 441 | 130 | 56 |
| Binary | 10111000 | 1110 | 11011110 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011000 | 101110 |
Color Harmonies of #B80EDE
Complementary color
Monochromatic Colors of #B80EDE
Black with #B80EDE
Text Example
Text Example
White with #B80EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EDE; }
p { color: rgb(184,14,222); }
H1.HeaderClassName
{
color: #B80EDE;
}
.AnyTagClassName
{
color: #B80EDE;
}
</style>
background-color css
<style>
a { background-color: #B80EDE; }
a { background-color: rgb(184,14,222); }
div.DivClassName
{
background-color: #B80EDE;
}
.BgClassName
{
background-color: #B80EDE;
}
</style>
border-color css
<style>
span { border-color: #B80EDE; }
span { border-color: rgb(184,14,222); }
td.TdClassName
{
border-color: #B80EDE;
}
.TagClassName
{
border-color: #B80EDE;
}
</style>