Shades of Deep Magenta #B504DB
Tints of Deep Magenta #B504DB
RGB
CMYK
RGB Variations
Color information
#B504DB (or 0xB504DB) is known color: Deep Magenta. HEX triplet: B5, 04 and DB. RGB value is (181,4,219). Sum of RGB (Red+Green+Blue) = 181+4+219=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #B504DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504DB is #4AFB24. Grayscale: #505050. Windows color (decimal): -4913957 or 14353589. OLE color: 14353589.
HSL color Cylindrical-coordinate representation of color #B504DB: hue angle of 289.4º 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 #B504DB is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 4 | 219 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.14 |
| HSL | 289.4º | 0.96% | 0.44% | - |
| HSV(B) | 289.4º | 0.98% | 0.86% | - |
| XYZ | 31.89 | 15.03 | 68.24 | - |
| YUV | 81.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 219 | 0.17 | 0.98 | 0 | 0.14 | 289.4 | 0.96 | 0.44 |
| Hex | B5 | 4 | DB | 11 | 62 | 0 | E | 121 | 60 | 2C |
| Octal | 265 | 4 | 333 | 21 | 142 | 0 | 16 | 441 | 140 | 54 |
| Binary | 10110101 | 100 | 11011011 | 10001 | 1100010 | 0 | 1110 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B504DB
Complementary color
Monochromatic Colors of #B504DB
Black with #B504DB
Text Example
Text Example
White with #B504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B504DB; }
p { color: rgb(181,4,219); }
H1.HeaderClassName
{
color: #B504DB;
}
.AnyTagClassName
{
color: #B504DB;
}
</style>
background-color css
<style>
a { background-color: #B504DB; }
a { background-color: rgb(181,4,219); }
div.DivClassName
{
background-color: #B504DB;
}
.BgClassName
{
background-color: #B504DB;
}
</style>
border-color css
<style>
span { border-color: #B504DB; }
span { border-color: rgb(181,4,219); }
td.TdClassName
{
border-color: #B504DB;
}
.TagClassName
{
border-color: #B504DB;
}
</style>