Shades of Deep Magenta #B404DB
Tints of Deep Magenta #B404DB
RGB
CMYK
RGB Variations
Color information
#B404DB (or 0xB404DB) is known color: Deep Magenta. HEX triplet: B4, 04 and DB. RGB value is (180,4,219). Sum of RGB (Red+Green+Blue) = 180+4+219=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B404DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B404DB is #4BFB24. Grayscale: #505050. Windows color (decimal): -4979493 or 14353588. OLE color: 14353588.
HSL color Cylindrical-coordinate representation of color #B404DB: hue angle of 289.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B404DB is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 4 | 219 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.14 |
| HSL | 289.12º | 0.96% | 0.44% | - |
| HSV(B) | 289.12º | 0.98% | 0.86% | - |
| XYZ | 31.65 | 14.9 | 68.23 | - |
| YUV | 81.13 | 205.81 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 219 | 0.18 | 0.98 | 0 | 0.14 | 289.12 | 0.96 | 0.44 |
| Hex | B4 | 4 | DB | 12 | 62 | 0 | E | 121 | 60 | 2C |
| Octal | 264 | 4 | 333 | 22 | 142 | 0 | 16 | 441 | 140 | 54 |
| Binary | 10110100 | 100 | 11011011 | 10010 | 1100010 | 0 | 1110 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B404DB
Complementary color
Monochromatic Colors of #B404DB
Black with #B404DB
Text Example
Text Example
White with #B404DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B404DB; }
p { color: rgb(180,4,219); }
H1.HeaderClassName
{
color: #B404DB;
}
.AnyTagClassName
{
color: #B404DB;
}
</style>
background-color css
<style>
a { background-color: #B404DB; }
a { background-color: rgb(180,4,219); }
div.DivClassName
{
background-color: #B404DB;
}
.BgClassName
{
background-color: #B404DB;
}
</style>
border-color css
<style>
span { border-color: #B404DB; }
span { border-color: rgb(180,4,219); }
td.TdClassName
{
border-color: #B404DB;
}
.TagClassName
{
border-color: #B404DB;
}
</style>