Shades of Deep Magenta #B417DB
Tints of Deep Magenta #B417DB
RGB
CMYK
RGB Variations
Color information
#B417DB (or 0xB417DB) is known color: Deep Magenta. HEX triplet: B4, 17 and DB. RGB value is (180,23,219). Sum of RGB (Red+Green+Blue) = 180+23+219=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B417DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417DB is #4BE824. Grayscale: #5B5B5B. Windows color (decimal): -4974629 or 14358452. OLE color: 14358452.
HSL color Cylindrical-coordinate representation of color #B417DB: hue angle of 288.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417DB is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 23 | 219 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.14 |
| HSL | 288.06º | 0.81% | 0.47% | - |
| HSV(B) | 288.06º | 0.89% | 0.86% | - |
| XYZ | 31.91 | 15.43 | 68.31 | - |
| YUV | 92.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 219 | 0.18 | 0.89 | 0 | 0.14 | 288.06 | 0.81 | 0.47 |
| Hex | B4 | 17 | DB | 12 | 59 | 0 | E | 120 | 51 | 2F |
| Octal | 264 | 27 | 333 | 22 | 131 | 0 | 16 | 440 | 121 | 57 |
| Binary | 10110100 | 10111 | 11011011 | 10010 | 1011001 | 0 | 1110 | 100100000 | 1010001 | 101111 |
Color Harmonies of #B417DB
Complementary color
Monochromatic Colors of #B417DB
Black with #B417DB
Text Example
Text Example
White with #B417DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417DB; }
p { color: rgb(180,23,219); }
H1.HeaderClassName
{
color: #B417DB;
}
.AnyTagClassName
{
color: #B417DB;
}
</style>
background-color css
<style>
a { background-color: #B417DB; }
a { background-color: rgb(180,23,219); }
div.DivClassName
{
background-color: #B417DB;
}
.BgClassName
{
background-color: #B417DB;
}
</style>
border-color css
<style>
span { border-color: #B417DB; }
span { border-color: rgb(180,23,219); }
td.TdClassName
{
border-color: #B417DB;
}
.TagClassName
{
border-color: #B417DB;
}
</style>