Shades of Medium Violet Red #B11FA7
Tints of Medium Violet Red #B11FA7
RGB
CMYK
RGB Variations
Color information
#B11FA7 (or 0xB11FA7) is known color: Medium Violet Red. HEX triplet: B1, 1F and A7. RGB value is (177,31,167). Sum of RGB (Red+Green+Blue) = 177+31+167=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FA7 is #4EE058. Grayscale: #595959. Windows color (decimal): -5169241 or 10952625. OLE color: 10952625.
HSL color Cylindrical-coordinate representation of color #B11FA7: hue angle of 304.11º 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 #B11FA7 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 167 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.31 |
| HSL | 304.11º | 0.7% | 0.41% | - |
| HSV(B) | 304.11º | 0.82% | 0.69% | - |
| XYZ | 25.6 | 13.12 | 37.74 | - |
| YUV | 90.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 167 | 0 | 0.82 | 0.06 | 0.31 | 304.11 | 0.7 | 0.41 |
| Hex | B1 | 1F | A7 | 0 | 52 | 6 | 1F | 130 | 46 | 29 |
| Octal | 261 | 37 | 247 | 0 | 122 | 6 | 37 | 460 | 106 | 51 |
| Binary | 10110001 | 11111 | 10100111 | 0 | 1010010 | 110 | 11111 | 100110000 | 1000110 | 101001 |
Color Harmonies of #B11FA7
Complementary color
Monochromatic Colors of #B11FA7
Black with #B11FA7
Text Example
Text Example
White with #B11FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FA7; }
p { color: rgb(177,31,167); }
H1.HeaderClassName
{
color: #B11FA7;
}
.AnyTagClassName
{
color: #B11FA7;
}
</style>
background-color css
<style>
a { background-color: #B11FA7; }
a { background-color: rgb(177,31,167); }
div.DivClassName
{
background-color: #B11FA7;
}
.BgClassName
{
background-color: #B11FA7;
}
</style>
border-color css
<style>
span { border-color: #B11FA7; }
span { border-color: rgb(177,31,167); }
td.TdClassName
{
border-color: #B11FA7;
}
.TagClassName
{
border-color: #B11FA7;
}
</style>