Shades of Deep Magenta #B011AC
Tints of Deep Magenta #B011AC
RGB
CMYK
RGB Variations
Color information
#B011AC (or 0xB011AC) is known color: Deep Magenta. HEX triplet: B0, 11 and AC. RGB value is (176,17,172). Sum of RGB (Red+Green+Blue) = 176+17+172=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B011AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011AC is #4FEE53. Grayscale: #515151. Windows color (decimal): -5238356 or 11276720. OLE color: 11276720.
HSL color Cylindrical-coordinate representation of color #B011AC: hue angle of 301.51º 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 #B011AC is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 172 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.31 |
| HSL | 301.51º | 0.82% | 0.38% | - |
| HSV(B) | 301.51º | 0.9% | 0.69% | - |
| XYZ | 25.55 | 12.61 | 40.12 | - |
| YUV | 82.21 | 178.68 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 172 | 0 | 0.90 | 0.02 | 0.31 | 301.51 | 0.82 | 0.38 |
| Hex | B0 | 11 | AC | 0 | 5A | 2 | 1F | 12E | 52 | 26 |
| Octal | 260 | 21 | 254 | 0 | 132 | 2 | 37 | 456 | 122 | 46 |
| Binary | 10110000 | 10001 | 10101100 | 0 | 1011010 | 10 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #B011AC
Complementary color
Monochromatic Colors of #B011AC
Black with #B011AC
Text Example
Text Example
White with #B011AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011AC; }
p { color: rgb(176,17,172); }
H1.HeaderClassName
{
color: #B011AC;
}
.AnyTagClassName
{
color: #B011AC;
}
</style>
background-color css
<style>
a { background-color: #B011AC; }
a { background-color: rgb(176,17,172); }
div.DivClassName
{
background-color: #B011AC;
}
.BgClassName
{
background-color: #B011AC;
}
</style>
border-color css
<style>
span { border-color: #B011AC; }
span { border-color: rgb(176,17,172); }
td.TdClassName
{
border-color: #B011AC;
}
.TagClassName
{
border-color: #B011AC;
}
</style>