Shades of Deep Magenta #B80EDB
Tints of Deep Magenta #B80EDB
RGB
CMYK
RGB Variations
Color information
#B80EDB (or 0xB80EDB) is known color: Deep Magenta. HEX triplet: B8, 0E and DB. RGB value is (184,14,219). Sum of RGB (Red+Green+Blue) = 184+14+219=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B80EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDB is #47F124. Grayscale: #575757. Windows color (decimal): -4714789 or 14356152. OLE color: 14356152.
HSL color Cylindrical-coordinate representation of color #B80EDB: hue angle of 289.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EDB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 14 | 219 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.14 |
| HSL | 289.76º | 0.88% | 0.46% | - |
| HSV(B) | 289.76º | 0.94% | 0.86% | - |
| XYZ | 32.71 | 15.62 | 68.31 | - |
| YUV | 88.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 219 | 0.16 | 0.94 | 0 | 0.14 | 289.76 | 0.88 | 0.46 |
| Hex | B8 | E | DB | 10 | 5E | 0 | E | 122 | 58 | 2E |
| Octal | 270 | 16 | 333 | 20 | 136 | 0 | 16 | 442 | 130 | 56 |
| Binary | 10111000 | 1110 | 11011011 | 10000 | 1011110 | 0 | 1110 | 100100010 | 1011000 | 101110 |
Color Harmonies of #B80EDB
Complementary color
Monochromatic Colors of #B80EDB
Black with #B80EDB
Text Example
Text Example
White with #B80EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80EDB; }
p { color: rgb(184,14,219); }
H1.HeaderClassName
{
color: #B80EDB;
}
.AnyTagClassName
{
color: #B80EDB;
}
</style>
background-color css
<style>
a { background-color: #B80EDB; }
a { background-color: rgb(184,14,219); }
div.DivClassName
{
background-color: #B80EDB;
}
.BgClassName
{
background-color: #B80EDB;
}
</style>
border-color css
<style>
span { border-color: #B80EDB; }
span { border-color: rgb(184,14,219); }
td.TdClassName
{
border-color: #B80EDB;
}
.TagClassName
{
border-color: #B80EDB;
}
</style>