Shades of Medium Violet Red #B11197
Tints of Medium Violet Red #B11197
RGB
CMYK
RGB Variations
Color information
#B11197 (or 0xB11197) is known color: Medium Violet Red. HEX triplet: B1, 11 and 97. RGB value is (177,17,151). Sum of RGB (Red+Green+Blue) = 177+17+151=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11197 is #4EEE68. Grayscale: #4F4F4F. Windows color (decimal): -5172841 or 9900465. OLE color: 9900465.
HSL color Cylindrical-coordinate representation of color #B11197: hue angle of 309.75º 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 #B11197 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 151 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.31 |
| HSL | 309.75º | 0.82% | 0.38% | - |
| HSV(B) | 309.75º | 0.9% | 0.69% | - |
| XYZ | 23.92 | 11.98 | 30.33 | - |
| YUV | 80.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 151 | 0 | 0.90 | 0.15 | 0.31 | 309.75 | 0.82 | 0.38 |
| Hex | B1 | 11 | 97 | 0 | 5A | F | 1F | 136 | 52 | 26 |
| Octal | 261 | 21 | 227 | 0 | 132 | 17 | 37 | 466 | 122 | 46 |
| Binary | 10110001 | 10001 | 10010111 | 0 | 1011010 | 1111 | 11111 | 100110110 | 1010010 | 100110 |
Color Harmonies of #B11197
Complementary color
Monochromatic Colors of #B11197
Black with #B11197
Text Example
Text Example
White with #B11197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11197; }
p { color: rgb(177,17,151); }
H1.HeaderClassName
{
color: #B11197;
}
.AnyTagClassName
{
color: #B11197;
}
</style>
background-color css
<style>
a { background-color: #B11197; }
a { background-color: rgb(177,17,151); }
div.DivClassName
{
background-color: #B11197;
}
.BgClassName
{
background-color: #B11197;
}
</style>
border-color css
<style>
span { border-color: #B11197; }
span { border-color: rgb(177,17,151); }
td.TdClassName
{
border-color: #B11197;
}
.TagClassName
{
border-color: #B11197;
}
</style>