Shades of Deep Magenta #B417D6
Tints of Deep Magenta #B417D6
RGB
CMYK
RGB Variations
Color information
#B417D6 (or 0xB417D6) is known color: Deep Magenta. HEX triplet: B4, 17 and D6. RGB value is (180,23,214). Sum of RGB (Red+Green+Blue) = 180+23+214=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #B417D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417D6 is #4BE829. Grayscale: #5B5B5B. Windows color (decimal): -4974634 or 14030772. OLE color: 14030772.
HSL color Cylindrical-coordinate representation of color #B417D6: hue angle of 289.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417D6 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 23 | 214 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.16 |
| HSL | 289.32º | 0.81% | 0.46% | - |
| HSV(B) | 289.32º | 0.89% | 0.84% | - |
| XYZ | 31.27 | 15.17 | 64.9 | - |
| YUV | 91.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 214 | 0.16 | 0.89 | 0 | 0.16 | 289.32 | 0.81 | 0.46 |
| Hex | B4 | 17 | D6 | 10 | 59 | 0 | 10 | 121 | 51 | 2E |
| Octal | 264 | 27 | 326 | 20 | 131 | 0 | 20 | 441 | 121 | 56 |
| Binary | 10110100 | 10111 | 11010110 | 10000 | 1011001 | 0 | 10000 | 100100001 | 1010001 | 101110 |
Color Harmonies of #B417D6
Complementary color
Monochromatic Colors of #B417D6
Black with #B417D6
Text Example
Text Example
White with #B417D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417D6; }
p { color: rgb(180,23,214); }
H1.HeaderClassName
{
color: #B417D6;
}
.AnyTagClassName
{
color: #B417D6;
}
</style>
background-color css
<style>
a { background-color: #B417D6; }
a { background-color: rgb(180,23,214); }
div.DivClassName
{
background-color: #B417D6;
}
.BgClassName
{
background-color: #B417D6;
}
</style>
border-color css
<style>
span { border-color: #B417D6; }
span { border-color: rgb(180,23,214); }
td.TdClassName
{
border-color: #B417D6;
}
.TagClassName
{
border-color: #B417D6;
}
</style>