Shades of Medium Red Violet #B11F7F
Tints of Medium Red Violet #B11F7F
RGB
CMYK
RGB Variations
Color information
#B11F7F (or 0xB11F7F) is known color: Medium Red Violet. HEX triplet: B1, 1F and 7F. RGB value is (177,31,127). Sum of RGB (Red+Green+Blue) = 177+31+127=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F7F is #4EE080. Grayscale: #555555. Windows color (decimal): -5169281 or 8331185. OLE color: 8331185.
HSL color Cylindrical-coordinate representation of color #B11F7F: hue angle of 320.55º 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 #B11F7F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 127 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.31 |
| HSL | 320.55º | 0.7% | 0.41% | - |
| HSV(B) | 320.55º | 0.82% | 0.69% | - |
| XYZ | 22.45 | 11.86 | 21.18 | - |
| YUV | 85.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 127 | 0 | 0.82 | 0.28 | 0.31 | 320.55 | 0.7 | 0.41 |
| Hex | B1 | 1F | 7F | 0 | 52 | 1C | 1F | 141 | 46 | 29 |
| Octal | 261 | 37 | 177 | 0 | 122 | 34 | 37 | 501 | 106 | 51 |
| Binary | 10110001 | 11111 | 1111111 | 0 | 1010010 | 11100 | 11111 | 101000001 | 1000110 | 101001 |
Color Harmonies of #B11F7F
Complementary color
Monochromatic Colors of #B11F7F
Black with #B11F7F
Text Example
Text Example
White with #B11F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F7F; }
p { color: rgb(177,31,127); }
H1.HeaderClassName
{
color: #B11F7F;
}
.AnyTagClassName
{
color: #B11F7F;
}
</style>
background-color css
<style>
a { background-color: #B11F7F; }
a { background-color: rgb(177,31,127); }
div.DivClassName
{
background-color: #B11F7F;
}
.BgClassName
{
background-color: #B11F7F;
}
</style>
border-color css
<style>
span { border-color: #B11F7F; }
span { border-color: rgb(177,31,127); }
td.TdClassName
{
border-color: #B11F7F;
}
.TagClassName
{
border-color: #B11F7F;
}
</style>