Shades of Deep Magenta #B113CE
Tints of Deep Magenta #B113CE
RGB
CMYK
RGB Variations
Color information
#B113CE (or 0xB113CE) is known color: Deep Magenta. HEX triplet: B1, 13 and CE. RGB value is (177,19,206). Sum of RGB (Red+Green+Blue) = 177+19+206=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #B113CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113CE is #4EEC31. Grayscale: #565656. Windows color (decimal): -5172274 or 13505457. OLE color: 13505457.
HSL color Cylindrical-coordinate representation of color #B113CE: hue angle of 290.7º degrees, saturation: 0.83, 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 #B113CE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 19 | 206 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.19 |
| HSL | 290.7º | 0.83% | 0.44% | - |
| HSV(B) | 290.7º | 0.91% | 0.81% | - |
| XYZ | 29.5 | 14.27 | 59.59 | - |
| YUV | 87.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 206 | 0.14 | 0.91 | 0 | 0.19 | 290.7 | 0.83 | 0.44 |
| Hex | B1 | 13 | CE | E | 5B | 0 | 13 | 123 | 53 | 2C |
| Octal | 261 | 23 | 316 | 16 | 133 | 0 | 23 | 443 | 123 | 54 |
| Binary | 10110001 | 10011 | 11001110 | 1110 | 1011011 | 0 | 10011 | 100100011 | 1010011 | 101100 |
Color Harmonies of #B113CE
Complementary color
Monochromatic Colors of #B113CE
Black with #B113CE
Text Example
Text Example
White with #B113CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113CE; }
p { color: rgb(177,19,206); }
H1.HeaderClassName
{
color: #B113CE;
}
.AnyTagClassName
{
color: #B113CE;
}
</style>
background-color css
<style>
a { background-color: #B113CE; }
a { background-color: rgb(177,19,206); }
div.DivClassName
{
background-color: #B113CE;
}
.BgClassName
{
background-color: #B113CE;
}
</style>
border-color css
<style>
span { border-color: #B113CE; }
span { border-color: rgb(177,19,206); }
td.TdClassName
{
border-color: #B113CE;
}
.TagClassName
{
border-color: #B113CE;
}
</style>