Shades of Deep Magenta #B112BA
Tints of Deep Magenta #B112BA
RGB
CMYK
RGB Variations
Color information
#B112BA (or 0xB112BA) is known color: Deep Magenta. HEX triplet: B1, 12 and BA. RGB value is (177,18,186). Sum of RGB (Red+Green+Blue) = 177+18+186=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B112BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112BA is #4EED45. Grayscale: #545454. Windows color (decimal): -5172550 or 12194481. OLE color: 12194481.
HSL color Cylindrical-coordinate representation of color #B112BA: hue angle of 296.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B112BA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 18 | 186 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.27 |
| HSL | 296.79º | 0.82% | 0.4% | - |
| HSV(B) | 296.79º | 0.9% | 0.73% | - |
| XYZ | 27.21 | 13.32 | 47.59 | - |
| YUV | 84.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 186 | 0.05 | 0.90 | 0 | 0.27 | 296.79 | 0.82 | 0.4 |
| Hex | B1 | 12 | BA | 5 | 5A | 0 | 1B | 129 | 52 | 28 |
| Octal | 261 | 22 | 272 | 5 | 132 | 0 | 33 | 451 | 122 | 50 |
| Binary | 10110001 | 10010 | 10111010 | 101 | 1011010 | 0 | 11011 | 100101001 | 1010010 | 101000 |
Color Harmonies of #B112BA
Complementary color
Monochromatic Colors of #B112BA
Black with #B112BA
Text Example
Text Example
White with #B112BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112BA; }
p { color: rgb(177,18,186); }
H1.HeaderClassName
{
color: #B112BA;
}
.AnyTagClassName
{
color: #B112BA;
}
</style>
background-color css
<style>
a { background-color: #B112BA; }
a { background-color: rgb(177,18,186); }
div.DivClassName
{
background-color: #B112BA;
}
.BgClassName
{
background-color: #B112BA;
}
</style>
border-color css
<style>
span { border-color: #B112BA; }
span { border-color: rgb(177,18,186); }
td.TdClassName
{
border-color: #B112BA;
}
.TagClassName
{
border-color: #B112BA;
}
</style>