Shades of Medium Violet Red #B11E85
Tints of Medium Violet Red #B11E85
RGB
CMYK
RGB Variations
Color information
#B11E85 (or 0xB11E85) is known color: Medium Violet Red. HEX triplet: B1, 1E and 85. RGB value is (177,30,133). Sum of RGB (Red+Green+Blue) = 177+30+133=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E85 is #4EE17A. Grayscale: #555555. Windows color (decimal): -5169531 or 8724145. OLE color: 8724145.
HSL color Cylindrical-coordinate representation of color #B11E85: hue angle of 317.96º 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 #B11E85 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 133 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.31 |
| HSL | 317.96º | 0.71% | 0.41% | - |
| HSV(B) | 317.96º | 0.83% | 0.69% | - |
| XYZ | 22.83 | 11.97 | 23.3 | - |
| YUV | 85.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 133 | 0 | 0.83 | 0.25 | 0.31 | 317.96 | 0.71 | 0.41 |
| Hex | B1 | 1E | 85 | 0 | 53 | 19 | 1F | 13E | 47 | 29 |
| Octal | 261 | 36 | 205 | 0 | 123 | 31 | 37 | 476 | 107 | 51 |
| Binary | 10110001 | 11110 | 10000101 | 0 | 1010011 | 11001 | 11111 | 100111110 | 1000111 | 101001 |
Color Harmonies of #B11E85
Complementary color
Monochromatic Colors of #B11E85
Black with #B11E85
Text Example
Text Example
White with #B11E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11E85; }
p { color: rgb(177,30,133); }
H1.HeaderClassName
{
color: #B11E85;
}
.AnyTagClassName
{
color: #B11E85;
}
</style>
background-color css
<style>
a { background-color: #B11E85; }
a { background-color: rgb(177,30,133); }
div.DivClassName
{
background-color: #B11E85;
}
.BgClassName
{
background-color: #B11E85;
}
</style>
border-color css
<style>
span { border-color: #B11E85; }
span { border-color: rgb(177,30,133); }
td.TdClassName
{
border-color: #B11E85;
}
.TagClassName
{
border-color: #B11E85;
}
</style>