Shades of Medium Violet Red #B11B81
Tints of Medium Violet Red #B11B81
RGB
CMYK
RGB Variations
Color information
#B11B81 (or 0xB11B81) is known color: Medium Violet Red. HEX triplet: B1, 1B and 81. RGB value is (177,27,129). Sum of RGB (Red+Green+Blue) = 177+27+129=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B81 is #4EE47E. Grayscale: #535353. Windows color (decimal): -5170303 or 8461233. OLE color: 8461233.
HSL color Cylindrical-coordinate representation of color #B11B81: hue angle of 319.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B81 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 129 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.31 |
| HSL | 319.2º | 0.74% | 0.4% | - |
| HSV(B) | 319.2º | 0.85% | 0.69% | - |
| XYZ | 22.49 | 11.72 | 21.85 | - |
| YUV | 83.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 129 | 0 | 0.85 | 0.27 | 0.31 | 319.2 | 0.74 | 0.4 |
| Hex | B1 | 1B | 81 | 0 | 55 | 1B | 1F | 13F | 4A | 28 |
| Octal | 261 | 33 | 201 | 0 | 125 | 33 | 37 | 477 | 112 | 50 |
| Binary | 10110001 | 11011 | 10000001 | 0 | 1010101 | 11011 | 11111 | 100111111 | 1001010 | 101000 |
Color Harmonies of #B11B81
Complementary color
Monochromatic Colors of #B11B81
Black with #B11B81
Text Example
Text Example
White with #B11B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B81; }
p { color: rgb(177,27,129); }
H1.HeaderClassName
{
color: #B11B81;
}
.AnyTagClassName
{
color: #B11B81;
}
</style>
background-color css
<style>
a { background-color: #B11B81; }
a { background-color: rgb(177,27,129); }
div.DivClassName
{
background-color: #B11B81;
}
.BgClassName
{
background-color: #B11B81;
}
</style>
border-color css
<style>
span { border-color: #B11B81; }
span { border-color: rgb(177,27,129); }
td.TdClassName
{
border-color: #B11B81;
}
.TagClassName
{
border-color: #B11B81;
}
</style>