Shades of Deep Magenta #B514AF
Tints of Deep Magenta #B514AF
RGB
CMYK
RGB Variations
Color information
#B514AF (or 0xB514AF) is known color: Deep Magenta. HEX triplet: B5, 14 and AF. RGB value is (181,20,175). Sum of RGB (Red+Green+Blue) = 181+20+175=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B514AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B514AF is #4AEB50. Grayscale: #555555. Windows color (decimal): -4909905 or 11474101. OLE color: 11474101.
HSL color Cylindrical-coordinate representation of color #B514AF: hue angle of 302.24º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B514AF is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 175 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.29 |
| HSL | 302.24º | 0.8% | 0.39% | - |
| HSV(B) | 302.24º | 0.89% | 0.71% | - |
| XYZ | 27.04 | 13.42 | 41.72 | - |
| YUV | 85.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 175 | 0 | 0.89 | 0.03 | 0.29 | 302.24 | 0.8 | 0.39 |
| Hex | B5 | 14 | AF | 0 | 59 | 3 | 1D | 12E | 50 | 27 |
| Octal | 265 | 24 | 257 | 0 | 131 | 3 | 35 | 456 | 120 | 47 |
| Binary | 10110101 | 10100 | 10101111 | 0 | 1011001 | 11 | 11101 | 100101110 | 1010000 | 100111 |
Color Harmonies of #B514AF
Complementary color
Monochromatic Colors of #B514AF
Black with #B514AF
Text Example
Text Example
White with #B514AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514AF; }
p { color: rgb(181,20,175); }
H1.HeaderClassName
{
color: #B514AF;
}
.AnyTagClassName
{
color: #B514AF;
}
</style>
background-color css
<style>
a { background-color: #B514AF; }
a { background-color: rgb(181,20,175); }
div.DivClassName
{
background-color: #B514AF;
}
.BgClassName
{
background-color: #B514AF;
}
</style>
border-color css
<style>
span { border-color: #B514AF; }
span { border-color: rgb(181,20,175); }
td.TdClassName
{
border-color: #B514AF;
}
.TagClassName
{
border-color: #B514AF;
}
</style>