Shades of Medium Violet Red #B11C9F
Tints of Medium Violet Red #B11C9F
RGB
CMYK
RGB Variations
Color information
#B11C9F (or 0xB11C9F) is known color: Medium Violet Red. HEX triplet: B1, 1C and 9F. RGB value is (177,28,159). Sum of RGB (Red+Green+Blue) = 177+28+159=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11C9F is #4EE360. Grayscale: #575757. Windows color (decimal): -5170017 or 10427569. OLE color: 10427569.
HSL color Cylindrical-coordinate representation of color #B11C9F: hue angle of 307.25º degrees, saturation: 0.73, 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 #B11C9F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 159 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.31 |
| HSL | 307.25º | 0.73% | 0.4% | - |
| HSV(B) | 307.25º | 0.84% | 0.69% | - |
| XYZ | 24.8 | 12.68 | 33.94 | - |
| YUV | 87.49 | 168.36 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 159 | 0 | 0.84 | 0.10 | 0.31 | 307.25 | 0.73 | 0.4 |
| Hex | B1 | 1C | 9F | 0 | 54 | A | 1F | 133 | 49 | 28 |
| Octal | 261 | 34 | 237 | 0 | 124 | 12 | 37 | 463 | 111 | 50 |
| Binary | 10110001 | 11100 | 10011111 | 0 | 1010100 | 1010 | 11111 | 100110011 | 1001001 | 101000 |
Color Harmonies of #B11C9F
Complementary color
Monochromatic Colors of #B11C9F
Black with #B11C9F
Text Example
Text Example
White with #B11C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C9F; }
p { color: rgb(177,28,159); }
H1.HeaderClassName
{
color: #B11C9F;
}
.AnyTagClassName
{
color: #B11C9F;
}
</style>
background-color css
<style>
a { background-color: #B11C9F; }
a { background-color: rgb(177,28,159); }
div.DivClassName
{
background-color: #B11C9F;
}
.BgClassName
{
background-color: #B11C9F;
}
</style>
border-color css
<style>
span { border-color: #B11C9F; }
span { border-color: rgb(177,28,159); }
td.TdClassName
{
border-color: #B11C9F;
}
.TagClassName
{
border-color: #B11C9F;
}
</style>