Shades of Deep Magenta #B80FDB
Tints of Deep Magenta #B80FDB
RGB
CMYK
RGB Variations
Color information
#B80FDB (or 0xB80FDB) is known color: Deep Magenta. HEX triplet: B8, 0F and DB. RGB value is (184,15,219). Sum of RGB (Red+Green+Blue) = 184+15+219=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #B80FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FDB is #47F024. Grayscale: #585858. Windows color (decimal): -4714533 or 14356408. OLE color: 14356408.
HSL color Cylindrical-coordinate representation of color #B80FDB: hue angle of 289.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FDB is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 15 | 219 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.14 |
| HSL | 289.71º | 0.87% | 0.46% | - |
| HSV(B) | 289.71º | 0.93% | 0.86% | - |
| XYZ | 32.72 | 15.65 | 68.31 | - |
| YUV | 88.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 15 | 219 | 0.16 | 0.93 | 0 | 0.14 | 289.71 | 0.87 | 0.46 |
| Hex | B8 | F | DB | 10 | 5D | 0 | E | 122 | 57 | 2E |
| Octal | 270 | 17 | 333 | 20 | 135 | 0 | 16 | 442 | 127 | 56 |
| Binary | 10111000 | 1111 | 11011011 | 10000 | 1011101 | 0 | 1110 | 100100010 | 1010111 | 101110 |
Color Harmonies of #B80FDB
Complementary color
Monochromatic Colors of #B80FDB
Black with #B80FDB
Text Example
Text Example
White with #B80FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80FDB; }
p { color: rgb(184,15,219); }
H1.HeaderClassName
{
color: #B80FDB;
}
.AnyTagClassName
{
color: #B80FDB;
}
</style>
background-color css
<style>
a { background-color: #B80FDB; }
a { background-color: rgb(184,15,219); }
div.DivClassName
{
background-color: #B80FDB;
}
.BgClassName
{
background-color: #B80FDB;
}
</style>
border-color css
<style>
span { border-color: #B80FDB; }
span { border-color: rgb(184,15,219); }
td.TdClassName
{
border-color: #B80FDB;
}
.TagClassName
{
border-color: #B80FDB;
}
</style>