Shades of Deep Magenta #B518AF
Tints of Deep Magenta #B518AF
RGB
CMYK
RGB Variations
Color information
#B518AF (or 0xB518AF) is known color: Deep Magenta. HEX triplet: B5, 18 and AF. RGB value is (181,24,175). Sum of RGB (Red+Green+Blue) = 181+24+175=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AF is #4AE750. Grayscale: #575757. Windows color (decimal): -4908881 or 11475125. OLE color: 11475125.
HSL color Cylindrical-coordinate representation of color #B518AF: hue angle of 302.29º 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 #B518AF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 24 | 175 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.29 |
| HSL | 302.29º | 0.77% | 0.4% | - |
| HSV(B) | 302.29º | 0.87% | 0.71% | - |
| XYZ | 27.12 | 13.57 | 41.75 | - |
| YUV | 88.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 175 | 0 | 0.87 | 0.03 | 0.29 | 302.29 | 0.77 | 0.4 |
| Hex | B5 | 18 | AF | 0 | 57 | 3 | 1D | 12E | 4D | 28 |
| Octal | 265 | 30 | 257 | 0 | 127 | 3 | 35 | 456 | 115 | 50 |
| Binary | 10110101 | 11000 | 10101111 | 0 | 1010111 | 11 | 11101 | 100101110 | 1001101 | 101000 |
Color Harmonies of #B518AF
Complementary color
Monochromatic Colors of #B518AF
Black with #B518AF
Text Example
Text Example
White with #B518AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518AF; }
p { color: rgb(181,24,175); }
H1.HeaderClassName
{
color: #B518AF;
}
.AnyTagClassName
{
color: #B518AF;
}
</style>
background-color css
<style>
a { background-color: #B518AF; }
a { background-color: rgb(181,24,175); }
div.DivClassName
{
background-color: #B518AF;
}
.BgClassName
{
background-color: #B518AF;
}
</style>
border-color css
<style>
span { border-color: #B518AF; }
span { border-color: rgb(181,24,175); }
td.TdClassName
{
border-color: #B518AF;
}
.TagClassName
{
border-color: #B518AF;
}
</style>