Shades of Deep Magenta #B112BD
Tints of Deep Magenta #B112BD
RGB
CMYK
RGB Variations
Color information
#B112BD (or 0xB112BD) is known color: Deep Magenta. HEX triplet: B1, 12 and BD. RGB value is (177,18,189). Sum of RGB (Red+Green+Blue) = 177+18+189=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #B112BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112BD is #4EED42. Grayscale: #545454. Windows color (decimal): -5172547 or 12391089. OLE color: 12391089.
HSL color Cylindrical-coordinate representation of color #B112BD: hue angle of 295.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B112BD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 18 | 189 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.26 |
| HSL | 295.79º | 0.83% | 0.41% | - |
| HSV(B) | 295.79º | 0.9% | 0.74% | - |
| XYZ | 27.53 | 13.45 | 49.29 | - |
| YUV | 85.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 189 | 0.06 | 0.90 | 0 | 0.26 | 295.79 | 0.83 | 0.41 |
| Hex | B1 | 12 | BD | 6 | 5A | 0 | 1A | 128 | 53 | 29 |
| Octal | 261 | 22 | 275 | 6 | 132 | 0 | 32 | 450 | 123 | 51 |
| Binary | 10110001 | 10010 | 10111101 | 110 | 1011010 | 0 | 11010 | 100101000 | 1010011 | 101001 |
Color Harmonies of #B112BD
Complementary color
Monochromatic Colors of #B112BD
Black with #B112BD
Text Example
Text Example
White with #B112BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112BD; }
p { color: rgb(177,18,189); }
H1.HeaderClassName
{
color: #B112BD;
}
.AnyTagClassName
{
color: #B112BD;
}
</style>
background-color css
<style>
a { background-color: #B112BD; }
a { background-color: rgb(177,18,189); }
div.DivClassName
{
background-color: #B112BD;
}
.BgClassName
{
background-color: #B112BD;
}
</style>
border-color css
<style>
span { border-color: #B112BD; }
span { border-color: rgb(177,18,189); }
td.TdClassName
{
border-color: #B112BD;
}
.TagClassName
{
border-color: #B112BD;
}
</style>