Shades of Medium Violet Red #B11B9C
Tints of Medium Violet Red #B11B9C
RGB
CMYK
RGB Variations
Color information
#B11B9C (or 0xB11B9C) is known color: Medium Violet Red. HEX triplet: B1, 1B and 9C. RGB value is (177,27,156). Sum of RGB (Red+Green+Blue) = 177+27+156=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B9C is #4EE463. Grayscale: #565656. Windows color (decimal): -5170276 or 10230705. OLE color: 10230705.
HSL color Cylindrical-coordinate representation of color #B11B9C: hue angle of 308.4º 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 #B11B9C is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 156 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.31 |
| HSL | 308.4º | 0.74% | 0.4% | - |
| HSV(B) | 308.4º | 0.85% | 0.69% | - |
| XYZ | 24.52 | 12.53 | 32.58 | - |
| YUV | 86.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 156 | 0 | 0.85 | 0.12 | 0.31 | 308.4 | 0.74 | 0.4 |
| Hex | B1 | 1B | 9C | 0 | 55 | C | 1F | 134 | 4A | 28 |
| Octal | 261 | 33 | 234 | 0 | 125 | 14 | 37 | 464 | 112 | 50 |
| Binary | 10110001 | 11011 | 10011100 | 0 | 1010101 | 1100 | 11111 | 100110100 | 1001010 | 101000 |
Color Harmonies of #B11B9C
Complementary color
Monochromatic Colors of #B11B9C
Black with #B11B9C
Text Example
Text Example
White with #B11B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B9C; }
p { color: rgb(177,27,156); }
H1.HeaderClassName
{
color: #B11B9C;
}
.AnyTagClassName
{
color: #B11B9C;
}
</style>
background-color css
<style>
a { background-color: #B11B9C; }
a { background-color: rgb(177,27,156); }
div.DivClassName
{
background-color: #B11B9C;
}
.BgClassName
{
background-color: #B11B9C;
}
</style>
border-color css
<style>
span { border-color: #B11B9C; }
span { border-color: rgb(177,27,156); }
td.TdClassName
{
border-color: #B11B9C;
}
.TagClassName
{
border-color: #B11B9C;
}
</style>