Shades of Medium Violet Red #B11D8D
Tints of Medium Violet Red #B11D8D
RGB
CMYK
RGB Variations
Color information
#B11D8D (or 0xB11D8D) is known color: Medium Violet Red. HEX triplet: B1, 1D and 8D. RGB value is (177,29,141). Sum of RGB (Red+Green+Blue) = 177+29+141=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D8D is #4EE272. Grayscale: #555555. Windows color (decimal): -5169779 or 9248177. OLE color: 9248177.
HSL color Cylindrical-coordinate representation of color #B11D8D: hue angle of 314.59º 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 #B11D8D is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 141 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.31 |
| HSL | 314.59º | 0.72% | 0.4% | - |
| HSV(B) | 314.59º | 0.84% | 0.69% | - |
| XYZ | 23.38 | 12.15 | 26.31 | - |
| YUV | 86.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 141 | 0 | 0.84 | 0.20 | 0.31 | 314.59 | 0.72 | 0.4 |
| Hex | B1 | 1D | 8D | 0 | 54 | 14 | 1F | 13B | 48 | 28 |
| Octal | 261 | 35 | 215 | 0 | 124 | 24 | 37 | 473 | 110 | 50 |
| Binary | 10110001 | 11101 | 10001101 | 0 | 1010100 | 10100 | 11111 | 100111011 | 1001000 | 101000 |
Color Harmonies of #B11D8D
Complementary color
Monochromatic Colors of #B11D8D
Black with #B11D8D
Text Example
Text Example
White with #B11D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D8D; }
p { color: rgb(177,29,141); }
H1.HeaderClassName
{
color: #B11D8D;
}
.AnyTagClassName
{
color: #B11D8D;
}
</style>
background-color css
<style>
a { background-color: #B11D8D; }
a { background-color: rgb(177,29,141); }
div.DivClassName
{
background-color: #B11D8D;
}
.BgClassName
{
background-color: #B11D8D;
}
</style>
border-color css
<style>
span { border-color: #B11D8D; }
span { border-color: rgb(177,29,141); }
td.TdClassName
{
border-color: #B11D8D;
}
.TagClassName
{
border-color: #B11D8D;
}
</style>