Shades of Medium Violet Red #B11387
Tints of Medium Violet Red #B11387
RGB
CMYK
RGB Variations
Color information
#B11387 (or 0xB11387) is known color: Medium Violet Red. HEX triplet: B1, 13 and 87. RGB value is (177,19,135). Sum of RGB (Red+Green+Blue) = 177+19+135=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B11387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11387 is #4EEC78. Grayscale: #4F4F4F. Windows color (decimal): -5172345 or 8852401. OLE color: 8852401.
HSL color Cylindrical-coordinate representation of color #B11387: hue angle of 315.95º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11387 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 135 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.31 |
| HSL | 315.95º | 0.81% | 0.38% | - |
| HSV(B) | 315.95º | 0.89% | 0.69% | - |
| XYZ | 22.74 | 11.56 | 23.95 | - |
| YUV | 79.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 135 | 0 | 0.89 | 0.24 | 0.31 | 315.95 | 0.81 | 0.38 |
| Hex | B1 | 13 | 87 | 0 | 59 | 18 | 1F | 13C | 51 | 26 |
| Octal | 261 | 23 | 207 | 0 | 131 | 30 | 37 | 474 | 121 | 46 |
| Binary | 10110001 | 10011 | 10000111 | 0 | 1011001 | 11000 | 11111 | 100111100 | 1010001 | 100110 |
Color Harmonies of #B11387
Complementary color
Monochromatic Colors of #B11387
Black with #B11387
Text Example
Text Example
White with #B11387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11387; }
p { color: rgb(177,19,135); }
H1.HeaderClassName
{
color: #B11387;
}
.AnyTagClassName
{
color: #B11387;
}
</style>
background-color css
<style>
a { background-color: #B11387; }
a { background-color: rgb(177,19,135); }
div.DivClassName
{
background-color: #B11387;
}
.BgClassName
{
background-color: #B11387;
}
</style>
border-color css
<style>
span { border-color: #B11387; }
span { border-color: rgb(177,19,135); }
td.TdClassName
{
border-color: #B11387;
}
.TagClassName
{
border-color: #B11387;
}
</style>