Shades of Medium Violet Red #B11BA6
Tints of Medium Violet Red #B11BA6
RGB
CMYK
RGB Variations
Color information
#B11BA6 (or 0xB11BA6) is known color: Medium Violet Red. HEX triplet: B1, 1B and A6. RGB value is (177,27,166). Sum of RGB (Red+Green+Blue) = 177+27+166=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 166 (65.23% from 255 or 44.86% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA6 is #4EE459. Grayscale: #575757. Windows color (decimal): -5170266 or 10886065. OLE color: 10886065.
HSL color Cylindrical-coordinate representation of color #B11BA6: hue angle of 304.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11BA6 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 166 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.31 |
| HSL | 304.4º | 0.74% | 0.4% | - |
| HSV(B) | 304.4º | 0.85% | 0.69% | - |
| XYZ | 25.41 | 12.88 | 37.22 | - |
| YUV | 87.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 166 | 0 | 0.85 | 0.06 | 0.31 | 304.4 | 0.74 | 0.4 |
| Hex | B1 | 1B | A6 | 0 | 55 | 6 | 1F | 130 | 4A | 28 |
| Octal | 261 | 33 | 246 | 0 | 125 | 6 | 37 | 460 | 112 | 50 |
| Binary | 10110001 | 11011 | 10100110 | 0 | 1010101 | 110 | 11111 | 100110000 | 1001010 | 101000 |
Color Harmonies of #B11BA6
Complementary color
Monochromatic Colors of #B11BA6
Black with #B11BA6
Text Example
Text Example
White with #B11BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BA6; }
p { color: rgb(177,27,166); }
H1.HeaderClassName
{
color: #B11BA6;
}
.AnyTagClassName
{
color: #B11BA6;
}
</style>
background-color css
<style>
a { background-color: #B11BA6; }
a { background-color: rgb(177,27,166); }
div.DivClassName
{
background-color: #B11BA6;
}
.BgClassName
{
background-color: #B11BA6;
}
</style>
border-color css
<style>
span { border-color: #B11BA6; }
span { border-color: rgb(177,27,166); }
td.TdClassName
{
border-color: #B11BA6;
}
.TagClassName
{
border-color: #B11BA6;
}
</style>