Shades of Medium Violet Red #B11D90
Tints of Medium Violet Red #B11D90
RGB
CMYK
RGB Variations
Color information
#B11D90 (or 0xB11D90) is known color: Medium Violet Red. HEX triplet: B1, 1D and 90. RGB value is (177,29,144). Sum of RGB (Red+Green+Blue) = 177+29+144=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D90 is #4EE26F. Grayscale: #565656. Windows color (decimal): -5169776 or 9444785. OLE color: 9444785.
HSL color Cylindrical-coordinate representation of color #B11D90: hue angle of 313.38º 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 #B11D90 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 144 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.31 |
| HSL | 313.38º | 0.72% | 0.4% | - |
| HSV(B) | 313.38º | 0.84% | 0.69% | - |
| XYZ | 23.6 | 12.24 | 27.5 | - |
| YUV | 86.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 144 | 0 | 0.84 | 0.19 | 0.31 | 313.38 | 0.72 | 0.4 |
| Hex | B1 | 1D | 90 | 0 | 54 | 13 | 1F | 139 | 48 | 28 |
| Octal | 261 | 35 | 220 | 0 | 124 | 23 | 37 | 471 | 110 | 50 |
| Binary | 10110001 | 11101 | 10010000 | 0 | 1010100 | 10011 | 11111 | 100111001 | 1001000 | 101000 |
Color Harmonies of #B11D90
Complementary color
Monochromatic Colors of #B11D90
Black with #B11D90
Text Example
Text Example
White with #B11D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D90; }
p { color: rgb(177,29,144); }
H1.HeaderClassName
{
color: #B11D90;
}
.AnyTagClassName
{
color: #B11D90;
}
</style>
background-color css
<style>
a { background-color: #B11D90; }
a { background-color: rgb(177,29,144); }
div.DivClassName
{
background-color: #B11D90;
}
.BgClassName
{
background-color: #B11D90;
}
</style>
border-color css
<style>
span { border-color: #B11D90; }
span { border-color: rgb(177,29,144); }
td.TdClassName
{
border-color: #B11D90;
}
.TagClassName
{
border-color: #B11D90;
}
</style>