Shades of Medium Violet Red #B11D86
Tints of Medium Violet Red #B11D86
RGB
CMYK
RGB Variations
Color information
#B11D86 (or 0xB11D86) is known color: Medium Violet Red. HEX triplet: B1, 1D and 86. RGB value is (177,29,134). Sum of RGB (Red+Green+Blue) = 177+29+134=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D86 is #4EE279. Grayscale: #545454. Windows color (decimal): -5169786 or 8789425. OLE color: 8789425.
HSL color Cylindrical-coordinate representation of color #B11D86: hue angle of 317.43º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D86 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 134 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.31 |
| HSL | 317.43º | 0.72% | 0.4% | - |
| HSV(B) | 317.43º | 0.84% | 0.69% | - |
| XYZ | 22.87 | 11.95 | 23.65 | - |
| YUV | 85.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 134 | 0 | 0.84 | 0.24 | 0.31 | 317.43 | 0.72 | 0.4 |
| Hex | B1 | 1D | 86 | 0 | 54 | 18 | 1F | 13D | 48 | 28 |
| Octal | 261 | 35 | 206 | 0 | 124 | 30 | 37 | 475 | 110 | 50 |
| Binary | 10110001 | 11101 | 10000110 | 0 | 1010100 | 11000 | 11111 | 100111101 | 1001000 | 101000 |
Color Harmonies of #B11D86
Complementary color
Monochromatic Colors of #B11D86
Black with #B11D86
Text Example
Text Example
White with #B11D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D86; }
p { color: rgb(177,29,134); }
H1.HeaderClassName
{
color: #B11D86;
}
.AnyTagClassName
{
color: #B11D86;
}
</style>
background-color css
<style>
a { background-color: #B11D86; }
a { background-color: rgb(177,29,134); }
div.DivClassName
{
background-color: #B11D86;
}
.BgClassName
{
background-color: #B11D86;
}
</style>
border-color css
<style>
span { border-color: #B11D86; }
span { border-color: rgb(177,29,134); }
td.TdClassName
{
border-color: #B11D86;
}
.TagClassName
{
border-color: #B11D86;
}
</style>