Shades of Medium Red Violet #B11F97
Tints of Medium Red Violet #B11F97
RGB
CMYK
RGB Variations
Color information
#B11F97 (or 0xB11F97) is known color: Medium Red Violet. HEX triplet: B1, 1F and 97. RGB value is (177,31,151). Sum of RGB (Red+Green+Blue) = 177+31+151=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11F97 is #4EE068. Grayscale: #585858. Windows color (decimal): -5169257 or 9904049. OLE color: 9904049.
HSL color Cylindrical-coordinate representation of color #B11F97: hue angle of 310.68º 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 #B11F97 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 151 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.31 |
| HSL | 310.68º | 0.7% | 0.41% | - |
| HSV(B) | 310.68º | 0.82% | 0.69% | - |
| XYZ | 24.21 | 12.56 | 30.43 | - |
| YUV | 88.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 151 | 0 | 0.82 | 0.15 | 0.31 | 310.68 | 0.7 | 0.41 |
| Hex | B1 | 1F | 97 | 0 | 52 | F | 1F | 137 | 46 | 29 |
| Octal | 261 | 37 | 227 | 0 | 122 | 17 | 37 | 467 | 106 | 51 |
| Binary | 10110001 | 11111 | 10010111 | 0 | 1010010 | 1111 | 11111 | 100110111 | 1000110 | 101001 |
Color Harmonies of #B11F97
Complementary color
Monochromatic Colors of #B11F97
Black with #B11F97
Text Example
Text Example
White with #B11F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11F97; }
p { color: rgb(177,31,151); }
H1.HeaderClassName
{
color: #B11F97;
}
.AnyTagClassName
{
color: #B11F97;
}
</style>
background-color css
<style>
a { background-color: #B11F97; }
a { background-color: rgb(177,31,151); }
div.DivClassName
{
background-color: #B11F97;
}
.BgClassName
{
background-color: #B11F97;
}
</style>
border-color css
<style>
span { border-color: #B11F97; }
span { border-color: rgb(177,31,151); }
td.TdClassName
{
border-color: #B11F97;
}
.TagClassName
{
border-color: #B11F97;
}
</style>