Shades of Medium Violet Red #B11096
Tints of Medium Violet Red #B11096
RGB
CMYK
RGB Variations
Color information
#B11096 (or 0xB11096) is known color: Medium Violet Red. HEX triplet: B1, 10 and 96. RGB value is (177,16,150). Sum of RGB (Red+Green+Blue) = 177+16+150=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B11096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11096 is #4EEF69. Grayscale: #4F4F4F. Windows color (decimal): -5173098 or 9834673. OLE color: 9834673.
HSL color Cylindrical-coordinate representation of color #B11096: hue angle of 310.06º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11096 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 150 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.31 |
| HSL | 310.06º | 0.83% | 0.38% | - |
| HSV(B) | 310.06º | 0.91% | 0.69% | - |
| XYZ | 23.82 | 11.92 | 29.9 | - |
| YUV | 79.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 150 | 0 | 0.91 | 0.15 | 0.31 | 310.06 | 0.83 | 0.38 |
| Hex | B1 | 10 | 96 | 0 | 5B | F | 1F | 136 | 53 | 26 |
| Octal | 261 | 20 | 226 | 0 | 133 | 17 | 37 | 466 | 123 | 46 |
| Binary | 10110001 | 10000 | 10010110 | 0 | 1011011 | 1111 | 11111 | 100110110 | 1010011 | 100110 |
Color Harmonies of #B11096
Complementary color
Monochromatic Colors of #B11096
Black with #B11096
Text Example
Text Example
White with #B11096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11096; }
p { color: rgb(177,16,150); }
H1.HeaderClassName
{
color: #B11096;
}
.AnyTagClassName
{
color: #B11096;
}
</style>
background-color css
<style>
a { background-color: #B11096; }
a { background-color: rgb(177,16,150); }
div.DivClassName
{
background-color: #B11096;
}
.BgClassName
{
background-color: #B11096;
}
</style>
border-color css
<style>
span { border-color: #B11096; }
span { border-color: rgb(177,16,150); }
td.TdClassName
{
border-color: #B11096;
}
.TagClassName
{
border-color: #B11096;
}
</style>