Shades of Medium Violet Red #B11396
Tints of Medium Violet Red #B11396
RGB
CMYK
RGB Variations
Color information
#B11396 (or 0xB11396) is known color: Medium Violet Red. HEX triplet: B1, 13 and 96. RGB value is (177,19,150). Sum of RGB (Red+Green+Blue) = 177+19+150=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11396 is #4EEC69. Grayscale: #505050. Windows color (decimal): -5172330 or 9835441. OLE color: 9835441.
HSL color Cylindrical-coordinate representation of color #B11396: hue angle of 310.25º 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 #B11396 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 150 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.31 |
| HSL | 310.25º | 0.81% | 0.38% | - |
| HSV(B) | 310.25º | 0.89% | 0.69% | - |
| XYZ | 23.87 | 12.01 | 29.92 | - |
| YUV | 81.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 150 | 0 | 0.89 | 0.15 | 0.31 | 310.25 | 0.81 | 0.38 |
| Hex | B1 | 13 | 96 | 0 | 59 | F | 1F | 136 | 51 | 26 |
| Octal | 261 | 23 | 226 | 0 | 131 | 17 | 37 | 466 | 121 | 46 |
| Binary | 10110001 | 10011 | 10010110 | 0 | 1011001 | 1111 | 11111 | 100110110 | 1010001 | 100110 |
Color Harmonies of #B11396
Complementary color
Monochromatic Colors of #B11396
Black with #B11396
Text Example
Text Example
White with #B11396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11396; }
p { color: rgb(177,19,150); }
H1.HeaderClassName
{
color: #B11396;
}
.AnyTagClassName
{
color: #B11396;
}
</style>
background-color css
<style>
a { background-color: #B11396; }
a { background-color: rgb(177,19,150); }
div.DivClassName
{
background-color: #B11396;
}
.BgClassName
{
background-color: #B11396;
}
</style>
border-color css
<style>
span { border-color: #B11396; }
span { border-color: rgb(177,19,150); }
td.TdClassName
{
border-color: #B11396;
}
.TagClassName
{
border-color: #B11396;
}
</style>