Shades of Medium Violet Red #B11BA5
Tints of Medium Violet Red #B11BA5
RGB
CMYK
RGB Variations
Color information
#B11BA5 (or 0xB11BA5) is known color: Medium Violet Red. HEX triplet: B1, 1B and A5. RGB value is (177,27,165). Sum of RGB (Red+Green+Blue) = 177+27+165=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B11BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11BA5 is #4EE45A. Grayscale: #575757. Windows color (decimal): -5170267 or 10820529. OLE color: 10820529.
HSL color Cylindrical-coordinate representation of color #B11BA5: hue angle of 304.8º 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 #B11BA5 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 165 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.31 |
| HSL | 304.8º | 0.74% | 0.4% | - |
| HSV(B) | 304.8º | 0.85% | 0.69% | - |
| XYZ | 25.31 | 12.85 | 36.74 | - |
| YUV | 87.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 165 | 0 | 0.85 | 0.07 | 0.31 | 304.8 | 0.74 | 0.4 |
| Hex | B1 | 1B | A5 | 0 | 55 | 7 | 1F | 131 | 4A | 28 |
| Octal | 261 | 33 | 245 | 0 | 125 | 7 | 37 | 461 | 112 | 50 |
| Binary | 10110001 | 11011 | 10100101 | 0 | 1010101 | 111 | 11111 | 100110001 | 1001010 | 101000 |
Color Harmonies of #B11BA5
Complementary color
Monochromatic Colors of #B11BA5
Black with #B11BA5
Text Example
Text Example
White with #B11BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11BA5; }
p { color: rgb(177,27,165); }
H1.HeaderClassName
{
color: #B11BA5;
}
.AnyTagClassName
{
color: #B11BA5;
}
</style>
background-color css
<style>
a { background-color: #B11BA5; }
a { background-color: rgb(177,27,165); }
div.DivClassName
{
background-color: #B11BA5;
}
.BgClassName
{
background-color: #B11BA5;
}
</style>
border-color css
<style>
span { border-color: #B11BA5; }
span { border-color: rgb(177,27,165); }
td.TdClassName
{
border-color: #B11BA5;
}
.TagClassName
{
border-color: #B11BA5;
}
</style>