Shades of Medium Violet Red #B11380
Tints of Medium Violet Red #B11380
RGB
CMYK
RGB Variations
Color information
#B11380 (or 0xB11380) is known color: Medium Violet Red. HEX triplet: B1, 13 and 80. RGB value is (177,19,128). Sum of RGB (Red+Green+Blue) = 177+19+128=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B11380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11380 is #4EEC7F. Grayscale: #4E4E4E. Windows color (decimal): -5172352 or 8393649. OLE color: 8393649.
HSL color Cylindrical-coordinate representation of color #B11380: hue angle of 318.61º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11380 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 128 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.31 |
| HSL | 318.61º | 0.81% | 0.38% | - |
| HSV(B) | 318.61º | 0.89% | 0.69% | - |
| XYZ | 22.26 | 11.37 | 21.44 | - |
| YUV | 78.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 128 | 0 | 0.89 | 0.28 | 0.31 | 318.61 | 0.81 | 0.38 |
| Hex | B1 | 13 | 80 | 0 | 59 | 1C | 1F | 13F | 51 | 26 |
| Octal | 261 | 23 | 200 | 0 | 131 | 34 | 37 | 477 | 121 | 46 |
| Binary | 10110001 | 10011 | 10000000 | 0 | 1011001 | 11100 | 11111 | 100111111 | 1010001 | 100110 |
Color Harmonies of #B11380
Complementary color
Monochromatic Colors of #B11380
Black with #B11380
Text Example
Text Example
White with #B11380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11380; }
p { color: rgb(177,19,128); }
H1.HeaderClassName
{
color: #B11380;
}
.AnyTagClassName
{
color: #B11380;
}
</style>
background-color css
<style>
a { background-color: #B11380; }
a { background-color: rgb(177,19,128); }
div.DivClassName
{
background-color: #B11380;
}
.BgClassName
{
background-color: #B11380;
}
</style>
border-color css
<style>
span { border-color: #B11380; }
span { border-color: rgb(177,19,128); }
td.TdClassName
{
border-color: #B11380;
}
.TagClassName
{
border-color: #B11380;
}
</style>