Shades of Medium Red Violet #B11F90
Tints of Medium Red Violet #B11F90
RGB
CMYK
RGB Variations
Color information
#B11F90 (or 0xB11F90) is known color: Medium Red Violet. HEX triplet: B1, 1F and 90. RGB value is (177,31,144). Sum of RGB (Red+Green+Blue) = 177+31+144=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F90 is #4EE06F. Grayscale: #575757. Windows color (decimal): -5169264 or 9445297. OLE color: 9445297.
HSL color Cylindrical-coordinate representation of color #B11F90: hue angle of 313.56º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F90 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 144 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.31 |
| HSL | 313.56º | 0.7% | 0.41% | - |
| HSV(B) | 313.56º | 0.82% | 0.69% | - |
| XYZ | 23.66 | 12.34 | 27.52 | - |
| YUV | 87.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 144 | 0 | 0.82 | 0.19 | 0.31 | 313.56 | 0.7 | 0.41 |
| Hex | B1 | 1F | 90 | 0 | 52 | 13 | 1F | 13A | 46 | 29 |
| Octal | 261 | 37 | 220 | 0 | 122 | 23 | 37 | 472 | 106 | 51 |
| Binary | 10110001 | 11111 | 10010000 | 0 | 1010010 | 10011 | 11111 | 100111010 | 1000110 | 101001 |
Color Harmonies of #B11F90
Complementary color
Monochromatic Colors of #B11F90
Black with #B11F90
Text Example
Text Example
White with #B11F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F90; }
p { color: rgb(177,31,144); }
H1.HeaderClassName
{
color: #B11F90;
}
.AnyTagClassName
{
color: #B11F90;
}
</style>
background-color css
<style>
a { background-color: #B11F90; }
a { background-color: rgb(177,31,144); }
div.DivClassName
{
background-color: #B11F90;
}
.BgClassName
{
background-color: #B11F90;
}
</style>
border-color css
<style>
span { border-color: #B11F90; }
span { border-color: rgb(177,31,144); }
td.TdClassName
{
border-color: #B11F90;
}
.TagClassName
{
border-color: #B11F90;
}
</style>