Shades of Deep Magenta #B405DD
Tints of Deep Magenta #B405DD
RGB
CMYK
RGB Variations
Color information
#B405DD (or 0xB405DD) is known color: Deep Magenta. HEX triplet: B4, 05 and DD. RGB value is (180,5,221). Sum of RGB (Red+Green+Blue) = 180+5+221=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #B405DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405DD is #4BFA22. Grayscale: #515151. Windows color (decimal): -4979235 or 14484916. OLE color: 14484916.
HSL color Cylindrical-coordinate representation of color #B405DD: hue angle of 288.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405DD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 5 | 221 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.13 |
| HSL | 288.61º | 0.96% | 0.44% | - |
| HSV(B) | 288.61º | 0.98% | 0.87% | - |
| XYZ | 31.93 | 15.03 | 69.63 | - |
| YUV | 81.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 221 | 0.19 | 0.98 | 0 | 0.13 | 288.61 | 0.96 | 0.44 |
| Hex | B4 | 5 | DD | 13 | 62 | 0 | D | 121 | 60 | 2C |
| Octal | 264 | 5 | 335 | 23 | 142 | 0 | 15 | 441 | 140 | 54 |
| Binary | 10110100 | 101 | 11011101 | 10011 | 1100010 | 0 | 1101 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B405DD
Complementary color
Monochromatic Colors of #B405DD
Black with #B405DD
Text Example
Text Example
White with #B405DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B405DD; }
p { color: rgb(180,5,221); }
H1.HeaderClassName
{
color: #B405DD;
}
.AnyTagClassName
{
color: #B405DD;
}
</style>
background-color css
<style>
a { background-color: #B405DD; }
a { background-color: rgb(180,5,221); }
div.DivClassName
{
background-color: #B405DD;
}
.BgClassName
{
background-color: #B405DD;
}
</style>
border-color css
<style>
span { border-color: #B405DD; }
span { border-color: rgb(180,5,221); }
td.TdClassName
{
border-color: #B405DD;
}
.TagClassName
{
border-color: #B405DD;
}
</style>