Shades of Medium Red Violet #B11F83
Tints of Medium Red Violet #B11F83
RGB
CMYK
RGB Variations
Color information
#B11F83 (or 0xB11F83) is known color: Medium Red Violet. HEX triplet: B1, 1F and 83. RGB value is (177,31,131). Sum of RGB (Red+Green+Blue) = 177+31+131=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F83 is #4EE07C. Grayscale: #555555. Windows color (decimal): -5169277 or 8593329. OLE color: 8593329.
HSL color Cylindrical-coordinate representation of color #B11F83: hue angle of 318.9º 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 #B11F83 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 131 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.31 |
| HSL | 318.9º | 0.7% | 0.41% | - |
| HSV(B) | 318.9º | 0.82% | 0.69% | - |
| XYZ | 22.72 | 11.97 | 22.58 | - |
| YUV | 86.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 131 | 0 | 0.82 | 0.26 | 0.31 | 318.9 | 0.7 | 0.41 |
| Hex | B1 | 1F | 83 | 0 | 52 | 1A | 1F | 13F | 46 | 29 |
| Octal | 261 | 37 | 203 | 0 | 122 | 32 | 37 | 477 | 106 | 51 |
| Binary | 10110001 | 11111 | 10000011 | 0 | 1010010 | 11010 | 11111 | 100111111 | 1000110 | 101001 |
Color Harmonies of #B11F83
Complementary color
Monochromatic Colors of #B11F83
Black with #B11F83
Text Example
Text Example
White with #B11F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F83; }
p { color: rgb(177,31,131); }
H1.HeaderClassName
{
color: #B11F83;
}
.AnyTagClassName
{
color: #B11F83;
}
</style>
background-color css
<style>
a { background-color: #B11F83; }
a { background-color: rgb(177,31,131); }
div.DivClassName
{
background-color: #B11F83;
}
.BgClassName
{
background-color: #B11F83;
}
</style>
border-color css
<style>
span { border-color: #B11F83; }
span { border-color: rgb(177,31,131); }
td.TdClassName
{
border-color: #B11F83;
}
.TagClassName
{
border-color: #B11F83;
}
</style>