Shades of Deep Magenta #B111AC
Tints of Deep Magenta #B111AC
RGB
CMYK
RGB Variations
Color information
#B111AC (or 0xB111AC) is known color: Deep Magenta. HEX triplet: B1, 11 and AC. RGB value is (177,17,172). Sum of RGB (Red+Green+Blue) = 177+17+172=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AC is #4EEE53. Grayscale: #525252. Windows color (decimal): -5172820 or 11276721. OLE color: 11276721.
HSL color Cylindrical-coordinate representation of color #B111AC: hue angle of 301.88º 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 #B111AC is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 172 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.31 |
| HSL | 301.88º | 0.82% | 0.38% | - |
| HSV(B) | 301.88º | 0.9% | 0.69% | - |
| XYZ | 25.78 | 12.73 | 40.13 | - |
| YUV | 82.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 172 | 0 | 0.90 | 0.03 | 0.31 | 301.88 | 0.82 | 0.38 |
| Hex | B1 | 11 | AC | 0 | 5A | 3 | 1F | 12E | 52 | 26 |
| Octal | 261 | 21 | 254 | 0 | 132 | 3 | 37 | 456 | 122 | 46 |
| Binary | 10110001 | 10001 | 10101100 | 0 | 1011010 | 11 | 11111 | 100101110 | 1010010 | 100110 |
Color Harmonies of #B111AC
Complementary color
Monochromatic Colors of #B111AC
Black with #B111AC
Text Example
Text Example
White with #B111AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111AC; }
p { color: rgb(177,17,172); }
H1.HeaderClassName
{
color: #B111AC;
}
.AnyTagClassName
{
color: #B111AC;
}
</style>
background-color css
<style>
a { background-color: #B111AC; }
a { background-color: rgb(177,17,172); }
div.DivClassName
{
background-color: #B111AC;
}
.BgClassName
{
background-color: #B111AC;
}
</style>
border-color css
<style>
span { border-color: #B111AC; }
span { border-color: rgb(177,17,172); }
td.TdClassName
{
border-color: #B111AC;
}
.TagClassName
{
border-color: #B111AC;
}
</style>