Shades of Medium Violet Red #B11BA9
Tints of Medium Violet Red #B11BA9
RGB
CMYK
RGB Variations
Color information
#B11BA9 (or 0xB11BA9) is known color: Medium Violet Red. HEX triplet: B1, 1B and A9. RGB value is (177,27,169). Sum of RGB (Red+Green+Blue) = 177+27+169=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA9 is #4EE456. Grayscale: #575757. Windows color (decimal): -5170263 or 11082673. OLE color: 11082673.
HSL color Cylindrical-coordinate representation of color #B11BA9: hue angle of 303.2º 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 #B11BA9 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 169 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.31 |
| HSL | 303.2º | 0.74% | 0.4% | - |
| HSV(B) | 303.2º | 0.85% | 0.69% | - |
| XYZ | 25.68 | 13 | 38.69 | - |
| YUV | 88.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 169 | 0 | 0.85 | 0.05 | 0.31 | 303.2 | 0.74 | 0.4 |
| Hex | B1 | 1B | A9 | 0 | 55 | 5 | 1F | 12F | 4A | 28 |
| Octal | 261 | 33 | 251 | 0 | 125 | 5 | 37 | 457 | 112 | 50 |
| Binary | 10110001 | 11011 | 10101001 | 0 | 1010101 | 101 | 11111 | 100101111 | 1001010 | 101000 |
Color Harmonies of #B11BA9
Complementary color
Monochromatic Colors of #B11BA9
Black with #B11BA9
Text Example
Text Example
White with #B11BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BA9; }
p { color: rgb(177,27,169); }
H1.HeaderClassName
{
color: #B11BA9;
}
.AnyTagClassName
{
color: #B11BA9;
}
</style>
background-color css
<style>
a { background-color: #B11BA9; }
a { background-color: rgb(177,27,169); }
div.DivClassName
{
background-color: #B11BA9;
}
.BgClassName
{
background-color: #B11BA9;
}
</style>
border-color css
<style>
span { border-color: #B11BA9; }
span { border-color: rgb(177,27,169); }
td.TdClassName
{
border-color: #B11BA9;
}
.TagClassName
{
border-color: #B11BA9;
}
</style>