Shades of Medium Red Violet #B11F74
Tints of Medium Red Violet #B11F74
RGB
CMYK
RGB Variations
Color information
#B11F74 (or 0xB11F74) is known color: Medium Red Violet. HEX triplet: B1, 1F and 74. RGB value is (177,31,116). Sum of RGB (Red+Green+Blue) = 177+31+116=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F74 is #4EE08B. Grayscale: #545454. Windows color (decimal): -5169292 or 7610289. OLE color: 7610289.
HSL color Cylindrical-coordinate representation of color #B11F74: hue angle of 325.07º 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 #B11F74 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 116 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.31 |
| HSL | 325.07º | 0.7% | 0.41% | - |
| HSV(B) | 325.07º | 0.82% | 0.69% | - |
| XYZ | 21.77 | 11.59 | 17.61 | - |
| YUV | 84.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 116 | 0 | 0.82 | 0.34 | 0.31 | 325.07 | 0.7 | 0.41 |
| Hex | B1 | 1F | 74 | 0 | 52 | 22 | 1F | 145 | 46 | 29 |
| Octal | 261 | 37 | 164 | 0 | 122 | 42 | 37 | 505 | 106 | 51 |
| Binary | 10110001 | 11111 | 1110100 | 0 | 1010010 | 100010 | 11111 | 101000101 | 1000110 | 101001 |
Color Harmonies of #B11F74
Complementary color
Monochromatic Colors of #B11F74
Black with #B11F74
Text Example
Text Example
White with #B11F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F74; }
p { color: rgb(177,31,116); }
H1.HeaderClassName
{
color: #B11F74;
}
.AnyTagClassName
{
color: #B11F74;
}
</style>
background-color css
<style>
a { background-color: #B11F74; }
a { background-color: rgb(177,31,116); }
div.DivClassName
{
background-color: #B11F74;
}
.BgClassName
{
background-color: #B11F74;
}
</style>
border-color css
<style>
span { border-color: #B11F74; }
span { border-color: rgb(177,31,116); }
td.TdClassName
{
border-color: #B11F74;
}
.TagClassName
{
border-color: #B11F74;
}
</style>