Shades of Deep Magenta #B411DB
Tints of Deep Magenta #B411DB
RGB
CMYK
RGB Variations
Color information
#B411DB (or 0xB411DB) is known color: Deep Magenta. HEX triplet: B4, 11 and DB. RGB value is (180,17,219). Sum of RGB (Red+Green+Blue) = 180+17+219=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 17 (7.03% from 255 or 4.09% 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 #B411DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411DB is #4BEE24. Grayscale: #585858. Windows color (decimal): -4976165 or 14356916. OLE color: 14356916.
HSL color Cylindrical-coordinate representation of color #B411DB: hue angle of 288.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B411DB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 17 | 219 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.14 |
| HSL | 288.42º | 0.86% | 0.46% | - |
| HSV(B) | 288.42º | 0.92% | 0.86% | - |
| XYZ | 31.81 | 15.22 | 68.28 | - |
| YUV | 88.77 | 201.5 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 219 | 0.18 | 0.92 | 0 | 0.14 | 288.42 | 0.86 | 0.46 |
| Hex | B4 | 11 | DB | 12 | 5C | 0 | E | 120 | 56 | 2E |
| Octal | 264 | 21 | 333 | 22 | 134 | 0 | 16 | 440 | 126 | 56 |
| Binary | 10110100 | 10001 | 11011011 | 10010 | 1011100 | 0 | 1110 | 100100000 | 1010110 | 101110 |
Color Harmonies of #B411DB
Complementary color
Monochromatic Colors of #B411DB
Black with #B411DB
Text Example
Text Example
White with #B411DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B411DB; }
p { color: rgb(180,17,219); }
H1.HeaderClassName
{
color: #B411DB;
}
.AnyTagClassName
{
color: #B411DB;
}
</style>
background-color css
<style>
a { background-color: #B411DB; }
a { background-color: rgb(180,17,219); }
div.DivClassName
{
background-color: #B411DB;
}
.BgClassName
{
background-color: #B411DB;
}
</style>
border-color css
<style>
span { border-color: #B411DB; }
span { border-color: rgb(180,17,219); }
td.TdClassName
{
border-color: #B411DB;
}
.TagClassName
{
border-color: #B411DB;
}
</style>