Shades of Medium Violet Red #B11297
Tints of Medium Violet Red #B11297
RGB
CMYK
RGB Variations
Color information
#B11297 (or 0xB11297) is known color: Medium Violet Red. HEX triplet: B1, 12 and 97. RGB value is (177,18,151). Sum of RGB (Red+Green+Blue) = 177+18+151=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11297 is #4EED68. Grayscale: #505050. Windows color (decimal): -5172585 or 9900721. OLE color: 9900721.
HSL color Cylindrical-coordinate representation of color #B11297: hue angle of 309.81º 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 #B11297 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 151 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.31 |
| HSL | 309.81º | 0.82% | 0.38% | - |
| HSV(B) | 309.81º | 0.9% | 0.69% | - |
| XYZ | 23.93 | 12.01 | 30.34 | - |
| YUV | 80.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 151 | 0 | 0.90 | 0.15 | 0.31 | 309.81 | 0.82 | 0.38 |
| Hex | B1 | 12 | 97 | 0 | 5A | F | 1F | 136 | 52 | 26 |
| Octal | 261 | 22 | 227 | 0 | 132 | 17 | 37 | 466 | 122 | 46 |
| Binary | 10110001 | 10010 | 10010111 | 0 | 1011010 | 1111 | 11111 | 100110110 | 1010010 | 100110 |
Color Harmonies of #B11297
Complementary color
Monochromatic Colors of #B11297
Black with #B11297
Text Example
Text Example
White with #B11297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11297; }
p { color: rgb(177,18,151); }
H1.HeaderClassName
{
color: #B11297;
}
.AnyTagClassName
{
color: #B11297;
}
</style>
background-color css
<style>
a { background-color: #B11297; }
a { background-color: rgb(177,18,151); }
div.DivClassName
{
background-color: #B11297;
}
.BgClassName
{
background-color: #B11297;
}
</style>
border-color css
<style>
span { border-color: #B11297; }
span { border-color: rgb(177,18,151); }
td.TdClassName
{
border-color: #B11297;
}
.TagClassName
{
border-color: #B11297;
}
</style>