Shades of Deep Magenta #B80DDB
Tints of Deep Magenta #B80DDB
RGB
CMYK
RGB Variations
Color information
#B80DDB (or 0xB80DDB) is known color: Deep Magenta. HEX triplet: B8, 0D and DB. RGB value is (184,13,219). Sum of RGB (Red+Green+Blue) = 184+13+219=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #B80DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80DDB is #47F224. Grayscale: #565656. Windows color (decimal): -4715045 or 14355896. OLE color: 14355896.
HSL color Cylindrical-coordinate representation of color #B80DDB: hue angle of 289.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80DDB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 13 | 219 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.14 |
| HSL | 289.81º | 0.89% | 0.45% | - |
| HSV(B) | 289.81º | 0.94% | 0.86% | - |
| XYZ | 32.7 | 15.59 | 68.3 | - |
| YUV | 87.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 219 | 0.16 | 0.94 | 0 | 0.14 | 289.81 | 0.89 | 0.45 |
| Hex | B8 | D | DB | 10 | 5E | 0 | E | 122 | 59 | 2D |
| Octal | 270 | 15 | 333 | 20 | 136 | 0 | 16 | 442 | 131 | 55 |
| Binary | 10111000 | 1101 | 11011011 | 10000 | 1011110 | 0 | 1110 | 100100010 | 1011001 | 101101 |
Color Harmonies of #B80DDB
Complementary color
Monochromatic Colors of #B80DDB
Black with #B80DDB
Text Example
Text Example
White with #B80DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DDB; }
p { color: rgb(184,13,219); }
H1.HeaderClassName
{
color: #B80DDB;
}
.AnyTagClassName
{
color: #B80DDB;
}
</style>
background-color css
<style>
a { background-color: #B80DDB; }
a { background-color: rgb(184,13,219); }
div.DivClassName
{
background-color: #B80DDB;
}
.BgClassName
{
background-color: #B80DDB;
}
</style>
border-color css
<style>
span { border-color: #B80DDB; }
span { border-color: rgb(184,13,219); }
td.TdClassName
{
border-color: #B80DDB;
}
.TagClassName
{
border-color: #B80DDB;
}
</style>