Shades of Deep Magenta #B112BB
Tints of Deep Magenta #B112BB
RGB
CMYK
RGB Variations
Color information
#B112BB (or 0xB112BB) is known color: Deep Magenta. HEX triplet: B1, 12 and BB. RGB value is (177,18,187). Sum of RGB (Red+Green+Blue) = 177+18+187=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B112BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112BB is #4EED44. Grayscale: #545454. Windows color (decimal): -5172549 or 12260017. OLE color: 12260017.
HSL color Cylindrical-coordinate representation of color #B112BB: hue angle of 296.45º 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 #B112BB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 18 | 187 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.27 |
| HSL | 296.45º | 0.82% | 0.4% | - |
| HSV(B) | 296.45º | 0.9% | 0.73% | - |
| XYZ | 27.32 | 13.37 | 48.15 | - |
| YUV | 84.81 | 185.68 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 187 | 0.05 | 0.90 | 0 | 0.27 | 296.45 | 0.82 | 0.4 |
| Hex | B1 | 12 | BB | 5 | 5A | 0 | 1B | 128 | 52 | 28 |
| Octal | 261 | 22 | 273 | 5 | 132 | 0 | 33 | 450 | 122 | 50 |
| Binary | 10110001 | 10010 | 10111011 | 101 | 1011010 | 0 | 11011 | 100101000 | 1010010 | 101000 |
Color Harmonies of #B112BB
Complementary color
Monochromatic Colors of #B112BB
Black with #B112BB
Text Example
Text Example
White with #B112BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112BB; }
p { color: rgb(177,18,187); }
H1.HeaderClassName
{
color: #B112BB;
}
.AnyTagClassName
{
color: #B112BB;
}
</style>
background-color css
<style>
a { background-color: #B112BB; }
a { background-color: rgb(177,18,187); }
div.DivClassName
{
background-color: #B112BB;
}
.BgClassName
{
background-color: #B112BB;
}
</style>
border-color css
<style>
span { border-color: #B112BB; }
span { border-color: rgb(177,18,187); }
td.TdClassName
{
border-color: #B112BB;
}
.TagClassName
{
border-color: #B112BB;
}
</style>