Shades of Deep Magenta #B517DE
Tints of Deep Magenta #B517DE
RGB
CMYK
RGB Variations
Color information
#B517DE (or 0xB517DE) is known color: Deep Magenta. HEX triplet: B5, 17 and DE. RGB value is (181,23,222). Sum of RGB (Red+Green+Blue) = 181+23+222=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #B517DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517DE is #4AE821. Grayscale: #5C5C5C. Windows color (decimal): -4909090 or 14555061. OLE color: 14555061.
HSL color Cylindrical-coordinate representation of color #B517DE: hue angle of 287.64º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B517DE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 23 | 222 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.13 |
| HSL | 287.64º | 0.81% | 0.48% | - |
| HSV(B) | 287.64º | 0.9% | 0.87% | - |
| XYZ | 32.55 | 15.71 | 70.42 | - |
| YUV | 92.93 | 200.85 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 222 | 0.18 | 0.90 | 0 | 0.13 | 287.64 | 0.81 | 0.48 |
| Hex | B5 | 17 | DE | 12 | 5A | 0 | D | 120 | 51 | 30 |
| Octal | 265 | 27 | 336 | 22 | 132 | 0 | 15 | 440 | 121 | 60 |
| Binary | 10110101 | 10111 | 11011110 | 10010 | 1011010 | 0 | 1101 | 100100000 | 1010001 | 110000 |
Color Harmonies of #B517DE
Complementary color
Monochromatic Colors of #B517DE
Black with #B517DE
Text Example
Text Example
White with #B517DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517DE; }
p { color: rgb(181,23,222); }
H1.HeaderClassName
{
color: #B517DE;
}
.AnyTagClassName
{
color: #B517DE;
}
</style>
background-color css
<style>
a { background-color: #B517DE; }
a { background-color: rgb(181,23,222); }
div.DivClassName
{
background-color: #B517DE;
}
.BgClassName
{
background-color: #B517DE;
}
</style>
border-color css
<style>
span { border-color: #B517DE; }
span { border-color: rgb(181,23,222); }
td.TdClassName
{
border-color: #B517DE;
}
.TagClassName
{
border-color: #B517DE;
}
</style>