Shades of Deep Magenta #B511AF
Tints of Deep Magenta #B511AF
RGB
CMYK
RGB Variations
Color information
#B511AF (or 0xB511AF) is known color: Deep Magenta. HEX triplet: B5, 11 and AF. RGB value is (181,17,175). Sum of RGB (Red+Green+Blue) = 181+17+175=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B511AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511AF is #4AEE50. Grayscale: #535353. Windows color (decimal): -4910673 or 11473333. OLE color: 11473333.
HSL color Cylindrical-coordinate representation of color #B511AF: hue angle of 302.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511AF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.29 |
| HSL | 302.2º | 0.83% | 0.39% | - |
| HSV(B) | 302.2º | 0.91% | 0.71% | - |
| XYZ | 26.99 | 13.32 | 41.71 | - |
| YUV | 84.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 175 | 0 | 0.91 | 0.03 | 0.29 | 302.2 | 0.83 | 0.39 |
| Hex | B5 | 11 | AF | 0 | 5B | 3 | 1D | 12E | 53 | 27 |
| Octal | 265 | 21 | 257 | 0 | 133 | 3 | 35 | 456 | 123 | 47 |
| Binary | 10110101 | 10001 | 10101111 | 0 | 1011011 | 11 | 11101 | 100101110 | 1010011 | 100111 |
Color Harmonies of #B511AF
Complementary color
Monochromatic Colors of #B511AF
Black with #B511AF
Text Example
Text Example
White with #B511AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511AF; }
p { color: rgb(181,17,175); }
H1.HeaderClassName
{
color: #B511AF;
}
.AnyTagClassName
{
color: #B511AF;
}
</style>
background-color css
<style>
a { background-color: #B511AF; }
a { background-color: rgb(181,17,175); }
div.DivClassName
{
background-color: #B511AF;
}
.BgClassName
{
background-color: #B511AF;
}
</style>
border-color css
<style>
span { border-color: #B511AF; }
span { border-color: rgb(181,17,175); }
td.TdClassName
{
border-color: #B511AF;
}
.TagClassName
{
border-color: #B511AF;
}
</style>