Shades of Deep Magenta #B011AD
Tints of Deep Magenta #B011AD
RGB
CMYK
RGB Variations
Color information
#B011AD (or 0xB011AD) is known color: Deep Magenta. HEX triplet: B0, 11 and AD. RGB value is (176,17,173). Sum of RGB (Red+Green+Blue) = 176+17+173=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B011AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011AD is #4FEE52. Grayscale: #515151. Windows color (decimal): -5238355 or 11342256. OLE color: 11342256.
HSL color Cylindrical-coordinate representation of color #B011AD: hue angle of 301.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B011AD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 173 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.13º | 0.82% | 0.38% | - |
| HSV(B) | 301.13º | 0.9% | 0.69% | - |
| XYZ | 25.65 | 12.65 | 40.62 | - |
| YUV | 82.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 173 | 0 | 0.90 | 0.02 | 0.31 | 301.13 | 0.82 | 0.38 |
| Hex | B0 | 11 | AD | 0 | 5A | 2 | 1F | 12D | 52 | 26 |
| Octal | 260 | 21 | 255 | 0 | 132 | 2 | 37 | 455 | 122 | 46 |
| Binary | 10110000 | 10001 | 10101101 | 0 | 1011010 | 10 | 11111 | 100101101 | 1010010 | 100110 |
Color Harmonies of #B011AD
Complementary color
Monochromatic Colors of #B011AD
Black with #B011AD
Text Example
Text Example
White with #B011AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011AD; }
p { color: rgb(176,17,173); }
H1.HeaderClassName
{
color: #B011AD;
}
.AnyTagClassName
{
color: #B011AD;
}
</style>
background-color css
<style>
a { background-color: #B011AD; }
a { background-color: rgb(176,17,173); }
div.DivClassName
{
background-color: #B011AD;
}
.BgClassName
{
background-color: #B011AD;
}
</style>
border-color css
<style>
span { border-color: #B011AD; }
span { border-color: rgb(176,17,173); }
td.TdClassName
{
border-color: #B011AD;
}
.TagClassName
{
border-color: #B011AD;
}
</style>