Shades of Medium Violet Red #B11FA4
Tints of Medium Violet Red #B11FA4
RGB
CMYK
RGB Variations
Color information
#B11FA4 (or 0xB11FA4) is known color: Medium Violet Red. HEX triplet: B1, 1F and A4. RGB value is (177,31,164). Sum of RGB (Red+Green+Blue) = 177+31+164=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FA4 is #4EE05B. Grayscale: #595959. Windows color (decimal): -5169244 or 10756017. OLE color: 10756017.
HSL color Cylindrical-coordinate representation of color #B11FA4: hue angle of 305.34º 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 #B11FA4 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 164 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.31 |
| HSL | 305.34º | 0.7% | 0.41% | - |
| HSV(B) | 305.34º | 0.82% | 0.69% | - |
| XYZ | 25.32 | 13.01 | 36.3 | - |
| YUV | 89.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 164 | 0 | 0.82 | 0.07 | 0.31 | 305.34 | 0.7 | 0.41 |
| Hex | B1 | 1F | A4 | 0 | 52 | 7 | 1F | 131 | 46 | 29 |
| Octal | 261 | 37 | 244 | 0 | 122 | 7 | 37 | 461 | 106 | 51 |
| Binary | 10110001 | 11111 | 10100100 | 0 | 1010010 | 111 | 11111 | 100110001 | 1000110 | 101001 |
Color Harmonies of #B11FA4
Complementary color
Monochromatic Colors of #B11FA4
Black with #B11FA4
Text Example
Text Example
White with #B11FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FA4; }
p { color: rgb(177,31,164); }
H1.HeaderClassName
{
color: #B11FA4;
}
.AnyTagClassName
{
color: #B11FA4;
}
</style>
background-color css
<style>
a { background-color: #B11FA4; }
a { background-color: rgb(177,31,164); }
div.DivClassName
{
background-color: #B11FA4;
}
.BgClassName
{
background-color: #B11FA4;
}
</style>
border-color css
<style>
span { border-color: #B11FA4; }
span { border-color: rgb(177,31,164); }
td.TdClassName
{
border-color: #B11FA4;
}
.TagClassName
{
border-color: #B11FA4;
}
</style>