Shades of Medium Violet Red #B11192
Tints of Medium Violet Red #B11192
RGB
CMYK
RGB Variations
Color information
#B11192 (or 0xB11192) is known color: Medium Violet Red. HEX triplet: B1, 11 and 92. RGB value is (177,17,146). Sum of RGB (Red+Green+Blue) = 177+17+146=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B11192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11192 is #4EEE6D. Grayscale: #4F4F4F. Windows color (decimal): -5172846 or 9572785. OLE color: 9572785.
HSL color Cylindrical-coordinate representation of color #B11192: hue angle of 311.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11192 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 146 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.31 |
| HSL | 311.63º | 0.82% | 0.38% | - |
| HSV(B) | 311.63º | 0.9% | 0.69% | - |
| XYZ | 23.52 | 11.82 | 28.24 | - |
| YUV | 79.55 | 165.51 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 146 | 0 | 0.90 | 0.18 | 0.31 | 311.63 | 0.82 | 0.38 |
| Hex | B1 | 11 | 92 | 0 | 5A | 12 | 1F | 138 | 52 | 26 |
| Octal | 261 | 21 | 222 | 0 | 132 | 22 | 37 | 470 | 122 | 46 |
| Binary | 10110001 | 10001 | 10010010 | 0 | 1011010 | 10010 | 11111 | 100111000 | 1010010 | 100110 |
Color Harmonies of #B11192
Complementary color
Monochromatic Colors of #B11192
Black with #B11192
Text Example
Text Example
White with #B11192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11192; }
p { color: rgb(177,17,146); }
H1.HeaderClassName
{
color: #B11192;
}
.AnyTagClassName
{
color: #B11192;
}
</style>
background-color css
<style>
a { background-color: #B11192; }
a { background-color: rgb(177,17,146); }
div.DivClassName
{
background-color: #B11192;
}
.BgClassName
{
background-color: #B11192;
}
</style>
border-color css
<style>
span { border-color: #B11192; }
span { border-color: rgb(177,17,146); }
td.TdClassName
{
border-color: #B11192;
}
.TagClassName
{
border-color: #B11192;
}
</style>