Shades of Medium Violet Red #B11E86
Tints of Medium Violet Red #B11E86
RGB
CMYK
RGB Variations
Color information
#B11E86 (or 0xB11E86) is known color: Medium Violet Red. HEX triplet: B1, 1E and 86. RGB value is (177,30,134). Sum of RGB (Red+Green+Blue) = 177+30+134=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E86 is #4EE179. Grayscale: #555555. Windows color (decimal): -5169530 or 8789681. OLE color: 8789681.
HSL color Cylindrical-coordinate representation of color #B11E86: hue angle of 317.55º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E86 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 134 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.31 |
| HSL | 317.55º | 0.71% | 0.41% | - |
| HSV(B) | 317.55º | 0.83% | 0.69% | - |
| XYZ | 22.9 | 12 | 23.66 | - |
| YUV | 85.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 134 | 0 | 0.83 | 0.24 | 0.31 | 317.55 | 0.71 | 0.41 |
| Hex | B1 | 1E | 86 | 0 | 53 | 18 | 1F | 13E | 47 | 29 |
| Octal | 261 | 36 | 206 | 0 | 123 | 30 | 37 | 476 | 107 | 51 |
| Binary | 10110001 | 11110 | 10000110 | 0 | 1010011 | 11000 | 11111 | 100111110 | 1000111 | 101001 |
Color Harmonies of #B11E86
Complementary color
Monochromatic Colors of #B11E86
Black with #B11E86
Text Example
Text Example
White with #B11E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11E86; }
p { color: rgb(177,30,134); }
H1.HeaderClassName
{
color: #B11E86;
}
.AnyTagClassName
{
color: #B11E86;
}
</style>
background-color css
<style>
a { background-color: #B11E86; }
a { background-color: rgb(177,30,134); }
div.DivClassName
{
background-color: #B11E86;
}
.BgClassName
{
background-color: #B11E86;
}
</style>
border-color css
<style>
span { border-color: #B11E86; }
span { border-color: rgb(177,30,134); }
td.TdClassName
{
border-color: #B11E86;
}
.TagClassName
{
border-color: #B11E86;
}
</style>