Shades of Medium Violet Red #B11690
Tints of Medium Violet Red #B11690
RGB
CMYK
RGB Variations
Color information
#B11690 (or 0xB11690) is known color: Medium Violet Red. HEX triplet: B1, 16 and 90. RGB value is (177,22,144). Sum of RGB (Red+Green+Blue) = 177+22+144=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B11690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11690 is #4EE96F. Grayscale: #515151. Windows color (decimal): -5171568 or 9442993. OLE color: 9442993.
HSL color Cylindrical-coordinate representation of color #B11690: hue angle of 312.77º 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 #B11690 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 144 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.31 |
| HSL | 312.77º | 0.78% | 0.39% | - |
| HSV(B) | 312.77º | 0.88% | 0.69% | - |
| XYZ | 23.45 | 11.93 | 27.45 | - |
| YUV | 82.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 144 | 0 | 0.88 | 0.19 | 0.31 | 312.77 | 0.78 | 0.39 |
| Hex | B1 | 16 | 90 | 0 | 58 | 13 | 1F | 139 | 4E | 27 |
| Octal | 261 | 26 | 220 | 0 | 130 | 23 | 37 | 471 | 116 | 47 |
| Binary | 10110001 | 10110 | 10010000 | 0 | 1011000 | 10011 | 11111 | 100111001 | 1001110 | 100111 |
Color Harmonies of #B11690
Complementary color
Monochromatic Colors of #B11690
Black with #B11690
Text Example
Text Example
White with #B11690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11690; }
p { color: rgb(177,22,144); }
H1.HeaderClassName
{
color: #B11690;
}
.AnyTagClassName
{
color: #B11690;
}
</style>
background-color css
<style>
a { background-color: #B11690; }
a { background-color: rgb(177,22,144); }
div.DivClassName
{
background-color: #B11690;
}
.BgClassName
{
background-color: #B11690;
}
</style>
border-color css
<style>
span { border-color: #B11690; }
span { border-color: rgb(177,22,144); }
td.TdClassName
{
border-color: #B11690;
}
.TagClassName
{
border-color: #B11690;
}
</style>