Shades of Deep Magenta #B011BA
Tints of Deep Magenta #B011BA
RGB
CMYK
RGB Variations
Color information
#B011BA (or 0xB011BA) is known color: Deep Magenta. HEX triplet: B0, 11 and BA. RGB value is (176,17,186). Sum of RGB (Red+Green+Blue) = 176+17+186=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B011BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011BA is #4FEE45. Grayscale: #535353. Windows color (decimal): -5238342 or 12194224. OLE color: 12194224.
HSL color Cylindrical-coordinate representation of color #B011BA: hue angle of 296.45º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B011BA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 17 | 186 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.27 |
| HSL | 296.45º | 0.83% | 0.4% | - |
| HSV(B) | 296.45º | 0.91% | 0.73% | - |
| XYZ | 26.97 | 13.18 | 47.58 | - |
| YUV | 83.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 186 | 0.05 | 0.91 | 0 | 0.27 | 296.45 | 0.83 | 0.4 |
| Hex | B0 | 11 | BA | 5 | 5B | 0 | 1B | 128 | 53 | 28 |
| Octal | 260 | 21 | 272 | 5 | 133 | 0 | 33 | 450 | 123 | 50 |
| Binary | 10110000 | 10001 | 10111010 | 101 | 1011011 | 0 | 11011 | 100101000 | 1010011 | 101000 |
Color Harmonies of #B011BA
Complementary color
Monochromatic Colors of #B011BA
Black with #B011BA
Text Example
Text Example
White with #B011BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B011BA; }
p { color: rgb(176,17,186); }
H1.HeaderClassName
{
color: #B011BA;
}
.AnyTagClassName
{
color: #B011BA;
}
</style>
background-color css
<style>
a { background-color: #B011BA; }
a { background-color: rgb(176,17,186); }
div.DivClassName
{
background-color: #B011BA;
}
.BgClassName
{
background-color: #B011BA;
}
</style>
border-color css
<style>
span { border-color: #B011BA; }
span { border-color: rgb(176,17,186); }
td.TdClassName
{
border-color: #B011BA;
}
.TagClassName
{
border-color: #B011BA;
}
</style>