Shades of Deep Magenta #B112CE
Tints of Deep Magenta #B112CE
RGB
CMYK
RGB Variations
Color information
#B112CE (or 0xB112CE) is known color: Deep Magenta. HEX triplet: B1, 12 and CE. RGB value is (177,18,206). Sum of RGB (Red+Green+Blue) = 177+18+206=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B112CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112CE is #4EED31. Grayscale: #565656. Windows color (decimal): -5172530 or 13505201. OLE color: 13505201.
HSL color Cylindrical-coordinate representation of color #B112CE: hue angle of 290.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B112CE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 18 | 206 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.19 |
| HSL | 290.74º | 0.84% | 0.44% | - |
| HSV(B) | 290.74º | 0.91% | 0.81% | - |
| XYZ | 29.49 | 14.24 | 59.59 | - |
| YUV | 86.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 206 | 0.14 | 0.91 | 0 | 0.19 | 290.74 | 0.84 | 0.44 |
| Hex | B1 | 12 | CE | E | 5B | 0 | 13 | 123 | 54 | 2C |
| Octal | 261 | 22 | 316 | 16 | 133 | 0 | 23 | 443 | 124 | 54 |
| Binary | 10110001 | 10010 | 11001110 | 1110 | 1011011 | 0 | 10011 | 100100011 | 1010100 | 101100 |
Color Harmonies of #B112CE
Complementary color
Monochromatic Colors of #B112CE
Black with #B112CE
Text Example
Text Example
White with #B112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112CE; }
p { color: rgb(177,18,206); }
H1.HeaderClassName
{
color: #B112CE;
}
.AnyTagClassName
{
color: #B112CE;
}
</style>
background-color css
<style>
a { background-color: #B112CE; }
a { background-color: rgb(177,18,206); }
div.DivClassName
{
background-color: #B112CE;
}
.BgClassName
{
background-color: #B112CE;
}
</style>
border-color css
<style>
span { border-color: #B112CE; }
span { border-color: rgb(177,18,206); }
td.TdClassName
{
border-color: #B112CE;
}
.TagClassName
{
border-color: #B112CE;
}
</style>