Shades of Deep Magenta #B405DB
Tints of Deep Magenta #B405DB
RGB
CMYK
RGB Variations
Color information
#B405DB (or 0xB405DB) is known color: Deep Magenta. HEX triplet: B4, 05 and DB. RGB value is (180,5,219). Sum of RGB (Red+Green+Blue) = 180+5+219=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 5 (2.34% from 255 or 1.24% 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 #B405DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405DB is #4BFA24. Grayscale: #515151. Windows color (decimal): -4979237 or 14353844. OLE color: 14353844.
HSL color Cylindrical-coordinate representation of color #B405DB: hue angle of 289.07º 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 #B405DB is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 5 | 219 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.14 |
| HSL | 289.07º | 0.96% | 0.44% | - |
| HSV(B) | 289.07º | 0.98% | 0.86% | - |
| XYZ | 31.66 | 14.93 | 68.23 | - |
| YUV | 81.72 | 205.48 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 219 | 0.18 | 0.98 | 0 | 0.14 | 289.07 | 0.96 | 0.44 |
| Hex | B4 | 5 | DB | 12 | 62 | 0 | E | 121 | 60 | 2C |
| Octal | 264 | 5 | 333 | 22 | 142 | 0 | 16 | 441 | 140 | 54 |
| Binary | 10110100 | 101 | 11011011 | 10010 | 1100010 | 0 | 1110 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B405DB
Complementary color
Monochromatic Colors of #B405DB
Black with #B405DB
Text Example
Text Example
White with #B405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405DB; }
p { color: rgb(180,5,219); }
H1.HeaderClassName
{
color: #B405DB;
}
.AnyTagClassName
{
color: #B405DB;
}
</style>
background-color css
<style>
a { background-color: #B405DB; }
a { background-color: rgb(180,5,219); }
div.DivClassName
{
background-color: #B405DB;
}
.BgClassName
{
background-color: #B405DB;
}
</style>
border-color css
<style>
span { border-color: #B405DB; }
span { border-color: rgb(180,5,219); }
td.TdClassName
{
border-color: #B405DB;
}
.TagClassName
{
border-color: #B405DB;
}
</style>