Shades of Deep Magenta #B413DB
Tints of Deep Magenta #B413DB
RGB
CMYK
RGB Variations
Color information
#B413DB (or 0xB413DB) is known color: Deep Magenta. HEX triplet: B4, 13 and DB. RGB value is (180,19,219). Sum of RGB (Red+Green+Blue) = 180+19+219=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 19 (7.81% from 255 or 4.55% 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 #B413DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413DB is #4BEC24. Grayscale: #595959. Windows color (decimal): -4975653 or 14357428. OLE color: 14357428.
HSL color Cylindrical-coordinate representation of color #B413DB: hue angle of 288.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B413DB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 19 | 219 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.14 |
| HSL | 288.3º | 0.84% | 0.47% | - |
| HSV(B) | 288.3º | 0.91% | 0.86% | - |
| XYZ | 31.84 | 15.28 | 68.29 | - |
| YUV | 89.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 219 | 0.18 | 0.91 | 0 | 0.14 | 288.3 | 0.84 | 0.47 |
| Hex | B4 | 13 | DB | 12 | 5B | 0 | E | 120 | 54 | 2F |
| Octal | 264 | 23 | 333 | 22 | 133 | 0 | 16 | 440 | 124 | 57 |
| Binary | 10110100 | 10011 | 11011011 | 10010 | 1011011 | 0 | 1110 | 100100000 | 1010100 | 101111 |
Color Harmonies of #B413DB
Complementary color
Monochromatic Colors of #B413DB
Black with #B413DB
Text Example
Text Example
White with #B413DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413DB; }
p { color: rgb(180,19,219); }
H1.HeaderClassName
{
color: #B413DB;
}
.AnyTagClassName
{
color: #B413DB;
}
</style>
background-color css
<style>
a { background-color: #B413DB; }
a { background-color: rgb(180,19,219); }
div.DivClassName
{
background-color: #B413DB;
}
.BgClassName
{
background-color: #B413DB;
}
</style>
border-color css
<style>
span { border-color: #B413DB; }
span { border-color: rgb(180,19,219); }
td.TdClassName
{
border-color: #B413DB;
}
.TagClassName
{
border-color: #B413DB;
}
</style>