Shades of Medium Violet Red #B11EA5
Tints of Medium Violet Red #B11EA5
RGB
CMYK
RGB Variations
Color information
#B11EA5 (or 0xB11EA5) is known color: Medium Violet Red. HEX triplet: B1, 1E and A5. RGB value is (177,30,165). Sum of RGB (Red+Green+Blue) = 177+30+165=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B11EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11EA5 is #4EE15A. Grayscale: #585858. Windows color (decimal): -5169499 or 10821297. OLE color: 10821297.
HSL color Cylindrical-coordinate representation of color #B11EA5: hue angle of 304.9º 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 #B11EA5 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 30 | 165 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.31 |
| HSL | 304.9º | 0.71% | 0.41% | - |
| HSV(B) | 304.9º | 0.83% | 0.69% | - |
| XYZ | 25.39 | 12.99 | 36.77 | - |
| YUV | 89.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 30 | 165 | 0 | 0.83 | 0.07 | 0.31 | 304.9 | 0.71 | 0.41 |
| Hex | B1 | 1E | A5 | 0 | 53 | 7 | 1F | 131 | 47 | 29 |
| Octal | 261 | 36 | 245 | 0 | 123 | 7 | 37 | 461 | 107 | 51 |
| Binary | 10110001 | 11110 | 10100101 | 0 | 1010011 | 111 | 11111 | 100110001 | 1000111 | 101001 |
Color Harmonies of #B11EA5
Complementary color
Monochromatic Colors of #B11EA5
Black with #B11EA5
Text Example
Text Example
White with #B11EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11EA5; }
p { color: rgb(177,30,165); }
H1.HeaderClassName
{
color: #B11EA5;
}
.AnyTagClassName
{
color: #B11EA5;
}
</style>
background-color css
<style>
a { background-color: #B11EA5; }
a { background-color: rgb(177,30,165); }
div.DivClassName
{
background-color: #B11EA5;
}
.BgClassName
{
background-color: #B11EA5;
}
</style>
border-color css
<style>
span { border-color: #B11EA5; }
span { border-color: rgb(177,30,165); }
td.TdClassName
{
border-color: #B11EA5;
}
.TagClassName
{
border-color: #B11EA5;
}
</style>