Shades of Deep Magenta #B11CAC
Tints of Deep Magenta #B11CAC
RGB
CMYK
RGB Variations
Color information
#B11CAC (or 0xB11CAC) is known color: Deep Magenta. HEX triplet: B1, 1C and AC. RGB value is (177,28,172). Sum of RGB (Red+Green+Blue) = 177+28+172=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CAC is #4EE353. Grayscale: #585858. Windows color (decimal): -5170004 or 11279537. OLE color: 11279537.
HSL color Cylindrical-coordinate representation of color #B11CAC: hue angle of 302.01º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11CAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 172 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.31 |
| HSL | 302.01º | 0.73% | 0.4% | - |
| HSV(B) | 302.01º | 0.84% | 0.69% | - |
| XYZ | 25.99 | 13.16 | 40.2 | - |
| YUV | 88.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 172 | 0 | 0.84 | 0.03 | 0.31 | 302.01 | 0.73 | 0.4 |
| Hex | B1 | 1C | AC | 0 | 54 | 3 | 1F | 12E | 49 | 28 |
| Octal | 261 | 34 | 254 | 0 | 124 | 3 | 37 | 456 | 111 | 50 |
| Binary | 10110001 | 11100 | 10101100 | 0 | 1010100 | 11 | 11111 | 100101110 | 1001001 | 101000 |
Color Harmonies of #B11CAC
Complementary color
Monochromatic Colors of #B11CAC
Black with #B11CAC
Text Example
Text Example
White with #B11CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11CAC; }
p { color: rgb(177,28,172); }
H1.HeaderClassName
{
color: #B11CAC;
}
.AnyTagClassName
{
color: #B11CAC;
}
</style>
background-color css
<style>
a { background-color: #B11CAC; }
a { background-color: rgb(177,28,172); }
div.DivClassName
{
background-color: #B11CAC;
}
.BgClassName
{
background-color: #B11CAC;
}
</style>
border-color css
<style>
span { border-color: #B11CAC; }
span { border-color: rgb(177,28,172); }
td.TdClassName
{
border-color: #B11CAC;
}
.TagClassName
{
border-color: #B11CAC;
}
</style>