Shades of Medium Red Violet #B11F81
Tints of Medium Red Violet #B11F81
RGB
CMYK
RGB Variations
Color information
#B11F81 (or 0xB11F81) is known color: Medium Red Violet. HEX triplet: B1, 1F and 81. RGB value is (177,31,129). Sum of RGB (Red+Green+Blue) = 177+31+129=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F81 is #4EE07E. Grayscale: #555555. Windows color (decimal): -5169279 or 8462257. OLE color: 8462257.
HSL color Cylindrical-coordinate representation of color #B11F81: hue angle of 319.73º 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 #B11F81 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 129 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.31 |
| HSL | 319.73º | 0.7% | 0.41% | - |
| HSV(B) | 319.73º | 0.82% | 0.69% | - |
| XYZ | 22.58 | 11.91 | 21.88 | - |
| YUV | 85.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 129 | 0 | 0.82 | 0.27 | 0.31 | 319.73 | 0.7 | 0.41 |
| Hex | B1 | 1F | 81 | 0 | 52 | 1B | 1F | 140 | 46 | 29 |
| Octal | 261 | 37 | 201 | 0 | 122 | 33 | 37 | 500 | 106 | 51 |
| Binary | 10110001 | 11111 | 10000001 | 0 | 1010010 | 11011 | 11111 | 101000000 | 1000110 | 101001 |
Color Harmonies of #B11F81
Complementary color
Monochromatic Colors of #B11F81
Black with #B11F81
Text Example
Text Example
White with #B11F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F81; }
p { color: rgb(177,31,129); }
H1.HeaderClassName
{
color: #B11F81;
}
.AnyTagClassName
{
color: #B11F81;
}
</style>
background-color css
<style>
a { background-color: #B11F81; }
a { background-color: rgb(177,31,129); }
div.DivClassName
{
background-color: #B11F81;
}
.BgClassName
{
background-color: #B11F81;
}
</style>
border-color css
<style>
span { border-color: #B11F81; }
span { border-color: rgb(177,31,129); }
td.TdClassName
{
border-color: #B11F81;
}
.TagClassName
{
border-color: #B11F81;
}
</style>