Shades of Deep Magenta #B416D9
Tints of Deep Magenta #B416D9
RGB
CMYK
RGB Variations
Color information
#B416D9 (or 0xB416D9) is known color: Deep Magenta. HEX triplet: B4, 16 and D9. RGB value is (180,22,217). Sum of RGB (Red+Green+Blue) = 180+22+217=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #B416D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416D9 is #4BE926. Grayscale: #5A5A5A. Windows color (decimal): -4974887 or 14227124. OLE color: 14227124.
HSL color Cylindrical-coordinate representation of color #B416D9: hue angle of 288.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B416D9 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 22 | 217 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.15 |
| HSL | 288.62º | 0.82% | 0.47% | - |
| HSV(B) | 288.62º | 0.9% | 0.85% | - |
| XYZ | 31.63 | 15.29 | 66.93 | - |
| YUV | 91.47 | 198.85 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 22 | 217 | 0.17 | 0.90 | 0 | 0.15 | 288.62 | 0.82 | 0.47 |
| Hex | B4 | 16 | D9 | 11 | 5A | 0 | F | 121 | 52 | 2F |
| Octal | 264 | 26 | 331 | 21 | 132 | 0 | 17 | 441 | 122 | 57 |
| Binary | 10110100 | 10110 | 11011001 | 10001 | 1011010 | 0 | 1111 | 100100001 | 1010010 | 101111 |
Color Harmonies of #B416D9
Complementary color
Monochromatic Colors of #B416D9
Black with #B416D9
Text Example
Text Example
White with #B416D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B416D9; }
p { color: rgb(180,22,217); }
H1.HeaderClassName
{
color: #B416D9;
}
.AnyTagClassName
{
color: #B416D9;
}
</style>
background-color css
<style>
a { background-color: #B416D9; }
a { background-color: rgb(180,22,217); }
div.DivClassName
{
background-color: #B416D9;
}
.BgClassName
{
background-color: #B416D9;
}
</style>
border-color css
<style>
span { border-color: #B416D9; }
span { border-color: rgb(180,22,217); }
td.TdClassName
{
border-color: #B416D9;
}
.TagClassName
{
border-color: #B416D9;
}
</style>