Shades of Deep Magenta #B40FDB
Tints of Deep Magenta #B40FDB
RGB
CMYK
RGB Variations
Color information
#B40FDB (or 0xB40FDB) is known color: Deep Magenta. HEX triplet: B4, 0F and DB. RGB value is (180,15,219). Sum of RGB (Red+Green+Blue) = 180+15+219=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #B40FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FDB is #4BF024. Grayscale: #565656. Windows color (decimal): -4976677 or 14356404. OLE color: 14356404.
HSL color Cylindrical-coordinate representation of color #B40FDB: hue angle of 288.53º 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 #B40FDB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 15 | 219 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.14 |
| HSL | 288.53º | 0.87% | 0.46% | - |
| HSV(B) | 288.53º | 0.93% | 0.86% | - |
| XYZ | 31.78 | 15.16 | 68.27 | - |
| YUV | 87.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 219 | 0.18 | 0.93 | 0 | 0.14 | 288.53 | 0.87 | 0.46 |
| Hex | B4 | F | DB | 12 | 5D | 0 | E | 121 | 57 | 2E |
| Octal | 264 | 17 | 333 | 22 | 135 | 0 | 16 | 441 | 127 | 56 |
| Binary | 10110100 | 1111 | 11011011 | 10010 | 1011101 | 0 | 1110 | 100100001 | 1010111 | 101110 |
Color Harmonies of #B40FDB
Complementary color
Monochromatic Colors of #B40FDB
Black with #B40FDB
Text Example
Text Example
White with #B40FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40FDB; }
p { color: rgb(180,15,219); }
H1.HeaderClassName
{
color: #B40FDB;
}
.AnyTagClassName
{
color: #B40FDB;
}
</style>
background-color css
<style>
a { background-color: #B40FDB; }
a { background-color: rgb(180,15,219); }
div.DivClassName
{
background-color: #B40FDB;
}
.BgClassName
{
background-color: #B40FDB;
}
</style>
border-color css
<style>
span { border-color: #B40FDB; }
span { border-color: rgb(180,15,219); }
td.TdClassName
{
border-color: #B40FDB;
}
.TagClassName
{
border-color: #B40FDB;
}
</style>