Shades of Medium Violet Red #B11D88
Tints of Medium Violet Red #B11D88
RGB
CMYK
RGB Variations
Color information
#B11D88 (or 0xB11D88) is known color: Medium Violet Red. HEX triplet: B1, 1D and 88. RGB value is (177,29,136). Sum of RGB (Red+Green+Blue) = 177+29+136=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D88 is #4EE277. Grayscale: #555555. Windows color (decimal): -5169784 or 8920497. OLE color: 8920497.
HSL color Cylindrical-coordinate representation of color #B11D88: hue angle of 316.62º 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 #B11D88 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 136 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.31 |
| HSL | 316.62º | 0.72% | 0.4% | - |
| HSV(B) | 316.62º | 0.84% | 0.69% | - |
| XYZ | 23.01 | 12 | 24.4 | - |
| YUV | 85.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 136 | 0 | 0.84 | 0.23 | 0.31 | 316.62 | 0.72 | 0.4 |
| Hex | B1 | 1D | 88 | 0 | 54 | 17 | 1F | 13D | 48 | 28 |
| Octal | 261 | 35 | 210 | 0 | 124 | 27 | 37 | 475 | 110 | 50 |
| Binary | 10110001 | 11101 | 10001000 | 0 | 1010100 | 10111 | 11111 | 100111101 | 1001000 | 101000 |
Color Harmonies of #B11D88
Complementary color
Monochromatic Colors of #B11D88
Black with #B11D88
Text Example
Text Example
White with #B11D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D88; }
p { color: rgb(177,29,136); }
H1.HeaderClassName
{
color: #B11D88;
}
.AnyTagClassName
{
color: #B11D88;
}
</style>
background-color css
<style>
a { background-color: #B11D88; }
a { background-color: rgb(177,29,136); }
div.DivClassName
{
background-color: #B11D88;
}
.BgClassName
{
background-color: #B11D88;
}
</style>
border-color css
<style>
span { border-color: #B11D88; }
span { border-color: rgb(177,29,136); }
td.TdClassName
{
border-color: #B11D88;
}
.TagClassName
{
border-color: #B11D88;
}
</style>