Shades of Medium Violet Red #B11D9F
Tints of Medium Violet Red #B11D9F
RGB
CMYK
RGB Variations
Color information
#B11D9F (or 0xB11D9F) is known color: Medium Violet Red. HEX triplet: B1, 1D and 9F. RGB value is (177,29,159). Sum of RGB (Red+Green+Blue) = 177+29+159=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D9F is #4EE260. Grayscale: #575757. Windows color (decimal): -5169761 or 10427825. OLE color: 10427825.
HSL color Cylindrical-coordinate representation of color #B11D9F: hue angle of 307.3º 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 #B11D9F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 159 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.31 |
| HSL | 307.3º | 0.72% | 0.4% | - |
| HSV(B) | 307.3º | 0.84% | 0.69% | - |
| XYZ | 24.83 | 12.73 | 33.95 | - |
| YUV | 88.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 159 | 0 | 0.84 | 0.10 | 0.31 | 307.3 | 0.72 | 0.4 |
| Hex | B1 | 1D | 9F | 0 | 54 | A | 1F | 133 | 48 | 28 |
| Octal | 261 | 35 | 237 | 0 | 124 | 12 | 37 | 463 | 110 | 50 |
| Binary | 10110001 | 11101 | 10011111 | 0 | 1010100 | 1010 | 11111 | 100110011 | 1001000 | 101000 |
Color Harmonies of #B11D9F
Complementary color
Monochromatic Colors of #B11D9F
Black with #B11D9F
Text Example
Text Example
White with #B11D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D9F; }
p { color: rgb(177,29,159); }
H1.HeaderClassName
{
color: #B11D9F;
}
.AnyTagClassName
{
color: #B11D9F;
}
</style>
background-color css
<style>
a { background-color: #B11D9F; }
a { background-color: rgb(177,29,159); }
div.DivClassName
{
background-color: #B11D9F;
}
.BgClassName
{
background-color: #B11D9F;
}
</style>
border-color css
<style>
span { border-color: #B11D9F; }
span { border-color: rgb(177,29,159); }
td.TdClassName
{
border-color: #B11D9F;
}
.TagClassName
{
border-color: #B11D9F;
}
</style>