Shades of Deep Magenta #B417D9
Tints of Deep Magenta #B417D9
RGB
CMYK
RGB Variations
Color information
#B417D9 (or 0xB417D9) is known color: Deep Magenta. HEX triplet: B4, 17 and D9. RGB value is (180,23,217). Sum of RGB (Red+Green+Blue) = 180+23+217=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #B417D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417D9 is #4BE826. Grayscale: #5B5B5B. Windows color (decimal): -4974631 or 14227380. OLE color: 14227380.
HSL color Cylindrical-coordinate representation of color #B417D9: hue angle of 288.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417D9 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 23 | 217 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.15 |
| HSL | 288.56º | 0.81% | 0.47% | - |
| HSV(B) | 288.56º | 0.89% | 0.85% | - |
| XYZ | 31.65 | 15.33 | 66.94 | - |
| YUV | 92.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 217 | 0.17 | 0.89 | 0 | 0.15 | 288.56 | 0.81 | 0.47 |
| Hex | B4 | 17 | D9 | 11 | 59 | 0 | F | 121 | 51 | 2F |
| Octal | 264 | 27 | 331 | 21 | 131 | 0 | 17 | 441 | 121 | 57 |
| Binary | 10110100 | 10111 | 11011001 | 10001 | 1011001 | 0 | 1111 | 100100001 | 1010001 | 101111 |
Color Harmonies of #B417D9
Complementary color
Monochromatic Colors of #B417D9
Black with #B417D9
Text Example
Text Example
White with #B417D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417D9; }
p { color: rgb(180,23,217); }
H1.HeaderClassName
{
color: #B417D9;
}
.AnyTagClassName
{
color: #B417D9;
}
</style>
background-color css
<style>
a { background-color: #B417D9; }
a { background-color: rgb(180,23,217); }
div.DivClassName
{
background-color: #B417D9;
}
.BgClassName
{
background-color: #B417D9;
}
</style>
border-color css
<style>
span { border-color: #B417D9; }
span { border-color: rgb(180,23,217); }
td.TdClassName
{
border-color: #B417D9;
}
.TagClassName
{
border-color: #B417D9;
}
</style>