Shades of Medium Violet Red #B11694
Tints of Medium Violet Red #B11694
RGB
CMYK
RGB Variations
Color information
#B11694 (or 0xB11694) is known color: Medium Violet Red. HEX triplet: B1, 16 and 94. RGB value is (177,22,148). Sum of RGB (Red+Green+Blue) = 177+22+148=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11694 is #4EE96B. Grayscale: #525252. Windows color (decimal): -5171564 or 9705137. OLE color: 9705137.
HSL color Cylindrical-coordinate representation of color #B11694: hue angle of 311.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11694 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 148 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.31 |
| HSL | 311.23º | 0.78% | 0.39% | - |
| HSV(B) | 311.23º | 0.88% | 0.69% | - |
| XYZ | 23.76 | 12.06 | 29.09 | - |
| YUV | 82.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 148 | 0 | 0.88 | 0.16 | 0.31 | 311.23 | 0.78 | 0.39 |
| Hex | B1 | 16 | 94 | 0 | 58 | 10 | 1F | 137 | 4E | 27 |
| Octal | 261 | 26 | 224 | 0 | 130 | 20 | 37 | 467 | 116 | 47 |
| Binary | 10110001 | 10110 | 10010100 | 0 | 1011000 | 10000 | 11111 | 100110111 | 1001110 | 100111 |
Color Harmonies of #B11694
Complementary color
Monochromatic Colors of #B11694
Black with #B11694
Text Example
Text Example
White with #B11694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11694; }
p { color: rgb(177,22,148); }
H1.HeaderClassName
{
color: #B11694;
}
.AnyTagClassName
{
color: #B11694;
}
</style>
background-color css
<style>
a { background-color: #B11694; }
a { background-color: rgb(177,22,148); }
div.DivClassName
{
background-color: #B11694;
}
.BgClassName
{
background-color: #B11694;
}
</style>
border-color css
<style>
span { border-color: #B11694; }
span { border-color: rgb(177,22,148); }
td.TdClassName
{
border-color: #B11694;
}
.TagClassName
{
border-color: #B11694;
}
</style>