Shades of Medium Violet Red #B11EA9
Tints of Medium Violet Red #B11EA9
RGB
CMYK
RGB Variations
Color information
#B11EA9 (or 0xB11EA9) is known color: Medium Violet Red. HEX triplet: B1, 1E and A9. RGB value is (177,30,169). Sum of RGB (Red+Green+Blue) = 177+30+169=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B11EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EA9 is #4EE156. Grayscale: #595959. Windows color (decimal): -5169495 or 11083441. OLE color: 11083441.
HSL color Cylindrical-coordinate representation of color #B11EA9: hue angle of 303.27º 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 #B11EA9 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 169 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.31 |
| HSL | 303.27º | 0.71% | 0.41% | - |
| HSV(B) | 303.27º | 0.83% | 0.69% | - |
| XYZ | 25.76 | 13.14 | 38.71 | - |
| YUV | 89.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 169 | 0 | 0.83 | 0.05 | 0.31 | 303.27 | 0.71 | 0.41 |
| Hex | B1 | 1E | A9 | 0 | 53 | 5 | 1F | 12F | 47 | 29 |
| Octal | 261 | 36 | 251 | 0 | 123 | 5 | 37 | 457 | 107 | 51 |
| Binary | 10110001 | 11110 | 10101001 | 0 | 1010011 | 101 | 11111 | 100101111 | 1000111 | 101001 |
Color Harmonies of #B11EA9
Complementary color
Monochromatic Colors of #B11EA9
Black with #B11EA9
Text Example
Text Example
White with #B11EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EA9; }
p { color: rgb(177,30,169); }
H1.HeaderClassName
{
color: #B11EA9;
}
.AnyTagClassName
{
color: #B11EA9;
}
</style>
background-color css
<style>
a { background-color: #B11EA9; }
a { background-color: rgb(177,30,169); }
div.DivClassName
{
background-color: #B11EA9;
}
.BgClassName
{
background-color: #B11EA9;
}
</style>
border-color css
<style>
span { border-color: #B11EA9; }
span { border-color: rgb(177,30,169); }
td.TdClassName
{
border-color: #B11EA9;
}
.TagClassName
{
border-color: #B11EA9;
}
</style>