Shades of Deep Magenta #B511AB
Tints of Deep Magenta #B511AB
RGB
CMYK
RGB Variations
Color information
#B511AB (or 0xB511AB) is known color: Deep Magenta. HEX triplet: B5, 11 and AB. RGB value is (181,17,171). Sum of RGB (Red+Green+Blue) = 181+17+171=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B511AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511AB is #4AEE54. Grayscale: #535353. Windows color (decimal): -4910677 or 11211189. OLE color: 11211189.
HSL color Cylindrical-coordinate representation of color #B511AB: hue angle of 303.66º 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 #B511AB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 171 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.29 |
| HSL | 303.66º | 0.83% | 0.39% | - |
| HSV(B) | 303.66º | 0.91% | 0.71% | - |
| XYZ | 26.61 | 13.16 | 39.67 | - |
| YUV | 83.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 171 | 0 | 0.91 | 0.06 | 0.29 | 303.66 | 0.83 | 0.39 |
| Hex | B5 | 11 | AB | 0 | 5B | 6 | 1D | 130 | 53 | 27 |
| Octal | 265 | 21 | 253 | 0 | 133 | 6 | 35 | 460 | 123 | 47 |
| Binary | 10110101 | 10001 | 10101011 | 0 | 1011011 | 110 | 11101 | 100110000 | 1010011 | 100111 |
Color Harmonies of #B511AB
Complementary color
Monochromatic Colors of #B511AB
Black with #B511AB
Text Example
Text Example
White with #B511AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511AB; }
p { color: rgb(181,17,171); }
H1.HeaderClassName
{
color: #B511AB;
}
.AnyTagClassName
{
color: #B511AB;
}
</style>
background-color css
<style>
a { background-color: #B511AB; }
a { background-color: rgb(181,17,171); }
div.DivClassName
{
background-color: #B511AB;
}
.BgClassName
{
background-color: #B511AB;
}
</style>
border-color css
<style>
span { border-color: #B511AB; }
span { border-color: rgb(181,17,171); }
td.TdClassName
{
border-color: #B511AB;
}
.TagClassName
{
border-color: #B511AB;
}
</style>