Shades of Deep Magenta #B517DA
Tints of Deep Magenta #B517DA
RGB
CMYK
RGB Variations
Color information
#B517DA (or 0xB517DA) is known color: Deep Magenta. HEX triplet: B5, 17 and DA. RGB value is (181,23,218). Sum of RGB (Red+Green+Blue) = 181+23+218=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #B517DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517DA is #4AE825. Grayscale: #5B5B5B. Windows color (decimal): -4909094 or 14292917. OLE color: 14292917.
HSL color Cylindrical-coordinate representation of color #B517DA: hue angle of 288.62º 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 #B517DA is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 23 | 218 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.15 |
| HSL | 288.62º | 0.81% | 0.47% | - |
| HSV(B) | 288.62º | 0.89% | 0.85% | - |
| XYZ | 32.02 | 15.5 | 67.63 | - |
| YUV | 92.47 | 198.85 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 218 | 0.17 | 0.89 | 0 | 0.15 | 288.62 | 0.81 | 0.47 |
| Hex | B5 | 17 | DA | 11 | 59 | 0 | F | 121 | 51 | 2F |
| Octal | 265 | 27 | 332 | 21 | 131 | 0 | 17 | 441 | 121 | 57 |
| Binary | 10110101 | 10111 | 11011010 | 10001 | 1011001 | 0 | 1111 | 100100001 | 1010001 | 101111 |
Color Harmonies of #B517DA
Complementary color
Monochromatic Colors of #B517DA
Black with #B517DA
Text Example
Text Example
White with #B517DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517DA; }
p { color: rgb(181,23,218); }
H1.HeaderClassName
{
color: #B517DA;
}
.AnyTagClassName
{
color: #B517DA;
}
</style>
background-color css
<style>
a { background-color: #B517DA; }
a { background-color: rgb(181,23,218); }
div.DivClassName
{
background-color: #B517DA;
}
.BgClassName
{
background-color: #B517DA;
}
</style>
border-color css
<style>
span { border-color: #B517DA; }
span { border-color: rgb(181,23,218); }
td.TdClassName
{
border-color: #B517DA;
}
.TagClassName
{
border-color: #B517DA;
}
</style>