Shades of Medium Violet Red #B11397
Tints of Medium Violet Red #B11397
RGB
CMYK
RGB Variations
Color information
#B11397 (or 0xB11397) is known color: Medium Violet Red. HEX triplet: B1, 13 and 97. RGB value is (177,19,151). Sum of RGB (Red+Green+Blue) = 177+19+151=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11397 is #4EEC68. Grayscale: #505050. Windows color (decimal): -5172329 or 9900977. OLE color: 9900977.
HSL color Cylindrical-coordinate representation of color #B11397: hue angle of 309.87º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11397 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 151 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.31 |
| HSL | 309.87º | 0.81% | 0.38% | - |
| HSV(B) | 309.87º | 0.89% | 0.69% | - |
| XYZ | 23.95 | 12.05 | 30.34 | - |
| YUV | 81.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 151 | 0 | 0.89 | 0.15 | 0.31 | 309.87 | 0.81 | 0.38 |
| Hex | B1 | 13 | 97 | 0 | 59 | F | 1F | 136 | 51 | 26 |
| Octal | 261 | 23 | 227 | 0 | 131 | 17 | 37 | 466 | 121 | 46 |
| Binary | 10110001 | 10011 | 10010111 | 0 | 1011001 | 1111 | 11111 | 100110110 | 1010001 | 100110 |
Color Harmonies of #B11397
Complementary color
Monochromatic Colors of #B11397
Black with #B11397
Text Example
Text Example
White with #B11397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11397; }
p { color: rgb(177,19,151); }
H1.HeaderClassName
{
color: #B11397;
}
.AnyTagClassName
{
color: #B11397;
}
</style>
background-color css
<style>
a { background-color: #B11397; }
a { background-color: rgb(177,19,151); }
div.DivClassName
{
background-color: #B11397;
}
.BgClassName
{
background-color: #B11397;
}
</style>
border-color css
<style>
span { border-color: #B11397; }
span { border-color: rgb(177,19,151); }
td.TdClassName
{
border-color: #B11397;
}
.TagClassName
{
border-color: #B11397;
}
</style>