Shades of Medium Violet Red #B11B8C
Tints of Medium Violet Red #B11B8C
RGB
CMYK
RGB Variations
Color information
#B11B8C (or 0xB11B8C) is known color: Medium Violet Red. HEX triplet: B1, 1B and 8C. RGB value is (177,27,140). Sum of RGB (Red+Green+Blue) = 177+27+140=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B8C is #4EE473. Grayscale: #545454. Windows color (decimal): -5170292 or 9182129. OLE color: 9182129.
HSL color Cylindrical-coordinate representation of color #B11B8C: hue angle of 314.8º 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 #B11B8C is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 140 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.31 |
| HSL | 314.8º | 0.74% | 0.4% | - |
| HSV(B) | 314.8º | 0.85% | 0.69% | - |
| XYZ | 23.26 | 12.02 | 25.91 | - |
| YUV | 84.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 140 | 0 | 0.85 | 0.21 | 0.31 | 314.8 | 0.74 | 0.4 |
| Hex | B1 | 1B | 8C | 0 | 55 | 15 | 1F | 13B | 4A | 28 |
| Octal | 261 | 33 | 214 | 0 | 125 | 25 | 37 | 473 | 112 | 50 |
| Binary | 10110001 | 11011 | 10001100 | 0 | 1010101 | 10101 | 11111 | 100111011 | 1001010 | 101000 |
Color Harmonies of #B11B8C
Complementary color
Monochromatic Colors of #B11B8C
Black with #B11B8C
Text Example
Text Example
White with #B11B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B8C; }
p { color: rgb(177,27,140); }
H1.HeaderClassName
{
color: #B11B8C;
}
.AnyTagClassName
{
color: #B11B8C;
}
</style>
background-color css
<style>
a { background-color: #B11B8C; }
a { background-color: rgb(177,27,140); }
div.DivClassName
{
background-color: #B11B8C;
}
.BgClassName
{
background-color: #B11B8C;
}
</style>
border-color css
<style>
span { border-color: #B11B8C; }
span { border-color: rgb(177,27,140); }
td.TdClassName
{
border-color: #B11B8C;
}
.TagClassName
{
border-color: #B11B8C;
}
</style>