Shades of Deep Magenta #B113C0
Tints of Deep Magenta #B113C0
RGB
CMYK
RGB Variations
Color information
#B113C0 (or 0xB113C0) is known color: Deep Magenta. HEX triplet: B1, 13 and C0. RGB value is (177,19,192). Sum of RGB (Red+Green+Blue) = 177+19+192=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #B113C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113C0 is #4EEC3F. Grayscale: #555555. Windows color (decimal): -5172288 or 12587953. OLE color: 12587953.
HSL color Cylindrical-coordinate representation of color #B113C0: hue angle of 294.8º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B113C0 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 19 | 192 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.25 |
| HSL | 294.8º | 0.82% | 0.41% | - |
| HSV(B) | 294.8º | 0.9% | 0.75% | - |
| XYZ | 27.88 | 13.62 | 51.03 | - |
| YUV | 85.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 192 | 0.08 | 0.90 | 0 | 0.25 | 294.8 | 0.82 | 0.41 |
| Hex | B1 | 13 | C0 | 8 | 5A | 0 | 19 | 127 | 52 | 29 |
| Octal | 261 | 23 | 300 | 10 | 132 | 0 | 31 | 447 | 122 | 51 |
| Binary | 10110001 | 10011 | 11000000 | 1000 | 1011010 | 0 | 11001 | 100100111 | 1010010 | 101001 |
Color Harmonies of #B113C0
Complementary color
Monochromatic Colors of #B113C0
Black with #B113C0
Text Example
Text Example
White with #B113C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113C0; }
p { color: rgb(177,19,192); }
H1.HeaderClassName
{
color: #B113C0;
}
.AnyTagClassName
{
color: #B113C0;
}
</style>
background-color css
<style>
a { background-color: #B113C0; }
a { background-color: rgb(177,19,192); }
div.DivClassName
{
background-color: #B113C0;
}
.BgClassName
{
background-color: #B113C0;
}
</style>
border-color css
<style>
span { border-color: #B113C0; }
span { border-color: rgb(177,19,192); }
td.TdClassName
{
border-color: #B113C0;
}
.TagClassName
{
border-color: #B113C0;
}
</style>