Shades of Deep Magenta #B417D2
Tints of Deep Magenta #B417D2
RGB
CMYK
RGB Variations
Color information
#B417D2 (or 0xB417D2) is known color: Deep Magenta. HEX triplet: B4, 17 and D2. RGB value is (180,23,210). Sum of RGB (Red+Green+Blue) = 180+23+210=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #B417D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417D2 is #4BE82D. Grayscale: #5A5A5A. Windows color (decimal): -4974638 or 13768628. OLE color: 13768628.
HSL color Cylindrical-coordinate representation of color #B417D2: hue angle of 290.37º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B417D2 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 23 | 210 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.18 |
| HSL | 290.37º | 0.8% | 0.46% | - |
| HSV(B) | 290.37º | 0.89% | 0.82% | - |
| XYZ | 30.76 | 14.97 | 62.24 | - |
| YUV | 91.26 | 195.01 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 23 | 210 | 0.14 | 0.89 | 0 | 0.18 | 290.37 | 0.8 | 0.46 |
| Hex | B4 | 17 | D2 | E | 59 | 0 | 12 | 122 | 50 | 2E |
| Octal | 264 | 27 | 322 | 16 | 131 | 0 | 22 | 442 | 120 | 56 |
| Binary | 10110100 | 10111 | 11010010 | 1110 | 1011001 | 0 | 10010 | 100100010 | 1010000 | 101110 |
Color Harmonies of #B417D2
Complementary color
Monochromatic Colors of #B417D2
Black with #B417D2
Text Example
Text Example
White with #B417D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B417D2; }
p { color: rgb(180,23,210); }
H1.HeaderClassName
{
color: #B417D2;
}
.AnyTagClassName
{
color: #B417D2;
}
</style>
background-color css
<style>
a { background-color: #B417D2; }
a { background-color: rgb(180,23,210); }
div.DivClassName
{
background-color: #B417D2;
}
.BgClassName
{
background-color: #B417D2;
}
</style>
border-color css
<style>
span { border-color: #B417D2; }
span { border-color: rgb(180,23,210); }
td.TdClassName
{
border-color: #B417D2;
}
.TagClassName
{
border-color: #B417D2;
}
</style>