Shades of Deep Magenta #B40DDB
Tints of Deep Magenta #B40DDB
RGB
CMYK
RGB Variations
Color information
#B40DDB (or 0xB40DDB) is known color: Deep Magenta. HEX triplet: B4, 0D and DB. RGB value is (180,13,219). Sum of RGB (Red+Green+Blue) = 180+13+219=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #B40DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40DDB is #4BF224. Grayscale: #555555. Windows color (decimal): -4977189 or 14355892. OLE color: 14355892.
HSL color Cylindrical-coordinate representation of color #B40DDB: hue angle of 288.64º 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 #B40DDB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 13 | 219 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.14 |
| HSL | 288.64º | 0.89% | 0.45% | - |
| HSV(B) | 288.64º | 0.94% | 0.86% | - |
| XYZ | 31.75 | 15.11 | 68.26 | - |
| YUV | 86.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 219 | 0.18 | 0.94 | 0 | 0.14 | 288.64 | 0.89 | 0.45 |
| Hex | B4 | D | DB | 12 | 5E | 0 | E | 121 | 59 | 2D |
| Octal | 264 | 15 | 333 | 22 | 136 | 0 | 16 | 441 | 131 | 55 |
| Binary | 10110100 | 1101 | 11011011 | 10010 | 1011110 | 0 | 1110 | 100100001 | 1011001 | 101101 |
Color Harmonies of #B40DDB
Complementary color
Monochromatic Colors of #B40DDB
Black with #B40DDB
Text Example
Text Example
White with #B40DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40DDB; }
p { color: rgb(180,13,219); }
H1.HeaderClassName
{
color: #B40DDB;
}
.AnyTagClassName
{
color: #B40DDB;
}
</style>
background-color css
<style>
a { background-color: #B40DDB; }
a { background-color: rgb(180,13,219); }
div.DivClassName
{
background-color: #B40DDB;
}
.BgClassName
{
background-color: #B40DDB;
}
</style>
border-color css
<style>
span { border-color: #B40DDB; }
span { border-color: rgb(180,13,219); }
td.TdClassName
{
border-color: #B40DDB;
}
.TagClassName
{
border-color: #B40DDB;
}
</style>