Shades of Deep Magenta #B517AF
Tints of Deep Magenta #B517AF
RGB
CMYK
RGB Variations
Color information
#B517AF (or 0xB517AF) is known color: Deep Magenta. HEX triplet: B5, 17 and AF. RGB value is (181,23,175). Sum of RGB (Red+Green+Blue) = 181+23+175=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B517AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B517AF is #4AE850. Grayscale: #575757. Windows color (decimal): -4909137 or 11474869. OLE color: 11474869.
HSL color Cylindrical-coordinate representation of color #B517AF: hue angle of 302.28º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B517AF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 175 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.29 |
| HSL | 302.28º | 0.77% | 0.4% | - |
| HSV(B) | 302.28º | 0.87% | 0.71% | - |
| XYZ | 27.1 | 13.53 | 41.74 | - |
| YUV | 87.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 175 | 0 | 0.87 | 0.03 | 0.29 | 302.28 | 0.77 | 0.4 |
| Hex | B5 | 17 | AF | 0 | 57 | 3 | 1D | 12E | 4D | 28 |
| Octal | 265 | 27 | 257 | 0 | 127 | 3 | 35 | 456 | 115 | 50 |
| Binary | 10110101 | 10111 | 10101111 | 0 | 1010111 | 11 | 11101 | 100101110 | 1001101 | 101000 |
Color Harmonies of #B517AF
Complementary color
Monochromatic Colors of #B517AF
Black with #B517AF
Text Example
Text Example
White with #B517AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B517AF; }
p { color: rgb(181,23,175); }
H1.HeaderClassName
{
color: #B517AF;
}
.AnyTagClassName
{
color: #B517AF;
}
</style>
background-color css
<style>
a { background-color: #B517AF; }
a { background-color: rgb(181,23,175); }
div.DivClassName
{
background-color: #B517AF;
}
.BgClassName
{
background-color: #B517AF;
}
</style>
border-color css
<style>
span { border-color: #B517AF; }
span { border-color: rgb(181,23,175); }
td.TdClassName
{
border-color: #B517AF;
}
.TagClassName
{
border-color: #B517AF;
}
</style>