Shades of Medium Violet Red #B11FA2
Tints of Medium Violet Red #B11FA2
RGB
CMYK
RGB Variations
Color information
#B11FA2 (or 0xB11FA2) is known color: Medium Violet Red. HEX triplet: B1, 1F and A2. RGB value is (177,31,162). Sum of RGB (Red+Green+Blue) = 177+31+162=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B11FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11FA2 is #4EE05D. Grayscale: #595959. Windows color (decimal): -5169246 or 10624945. OLE color: 10624945.
HSL color Cylindrical-coordinate representation of color #B11FA2: hue angle of 306.16º 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 #B11FA2 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 31 | 162 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.31 |
| HSL | 306.16º | 0.7% | 0.41% | - |
| HSV(B) | 306.16º | 0.82% | 0.69% | - |
| XYZ | 25.14 | 12.94 | 35.35 | - |
| YUV | 89.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 31 | 162 | 0 | 0.82 | 0.08 | 0.31 | 306.16 | 0.7 | 0.41 |
| Hex | B1 | 1F | A2 | 0 | 52 | 8 | 1F | 132 | 46 | 29 |
| Octal | 261 | 37 | 242 | 0 | 122 | 10 | 37 | 462 | 106 | 51 |
| Binary | 10110001 | 11111 | 10100010 | 0 | 1010010 | 1000 | 11111 | 100110010 | 1000110 | 101001 |
Color Harmonies of #B11FA2
Complementary color
Monochromatic Colors of #B11FA2
Black with #B11FA2
Text Example
Text Example
White with #B11FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11FA2; }
p { color: rgb(177,31,162); }
H1.HeaderClassName
{
color: #B11FA2;
}
.AnyTagClassName
{
color: #B11FA2;
}
</style>
background-color css
<style>
a { background-color: #B11FA2; }
a { background-color: rgb(177,31,162); }
div.DivClassName
{
background-color: #B11FA2;
}
.BgClassName
{
background-color: #B11FA2;
}
</style>
border-color css
<style>
span { border-color: #B11FA2; }
span { border-color: rgb(177,31,162); }
td.TdClassName
{
border-color: #B11FA2;
}
.TagClassName
{
border-color: #B11FA2;
}
</style>