Shades of Medium Violet Red #B11D8F
Tints of Medium Violet Red #B11D8F
RGB
CMYK
RGB Variations
Color information
#B11D8F (or 0xB11D8F) is known color: Medium Violet Red. HEX triplet: B1, 1D and 8F. RGB value is (177,29,143). Sum of RGB (Red+Green+Blue) = 177+29+143=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D8F is #4EE270. Grayscale: #555555. Windows color (decimal): -5169777 or 9379249. OLE color: 9379249.
HSL color Cylindrical-coordinate representation of color #B11D8F: hue angle of 313.78º 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 #B11D8F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 143 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.31 |
| HSL | 313.78º | 0.72% | 0.4% | - |
| HSV(B) | 313.78º | 0.84% | 0.69% | - |
| XYZ | 23.53 | 12.21 | 27.1 | - |
| YUV | 86.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 143 | 0 | 0.84 | 0.19 | 0.31 | 313.78 | 0.72 | 0.4 |
| Hex | B1 | 1D | 8F | 0 | 54 | 13 | 1F | 13A | 48 | 28 |
| Octal | 261 | 35 | 217 | 0 | 124 | 23 | 37 | 472 | 110 | 50 |
| Binary | 10110001 | 11101 | 10001111 | 0 | 1010100 | 10011 | 11111 | 100111010 | 1001000 | 101000 |
Color Harmonies of #B11D8F
Complementary color
Monochromatic Colors of #B11D8F
Black with #B11D8F
Text Example
Text Example
White with #B11D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D8F; }
p { color: rgb(177,29,143); }
H1.HeaderClassName
{
color: #B11D8F;
}
.AnyTagClassName
{
color: #B11D8F;
}
</style>
background-color css
<style>
a { background-color: #B11D8F; }
a { background-color: rgb(177,29,143); }
div.DivClassName
{
background-color: #B11D8F;
}
.BgClassName
{
background-color: #B11D8F;
}
</style>
border-color css
<style>
span { border-color: #B11D8F; }
span { border-color: rgb(177,29,143); }
td.TdClassName
{
border-color: #B11D8F;
}
.TagClassName
{
border-color: #B11D8F;
}
</style>