Shades of Medium Violet Red #B11585
Tints of Medium Violet Red #B11585
RGB
CMYK
RGB Variations
Color information
#B11585 (or 0xB11585) is known color: Medium Violet Red. HEX triplet: B1, 15 and 85. RGB value is (177,21,133). Sum of RGB (Red+Green+Blue) = 177+21+133=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B11585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11585 is #4EEA7A. Grayscale: #505050. Windows color (decimal): -5171835 or 8721841. OLE color: 8721841.
HSL color Cylindrical-coordinate representation of color #B11585: hue angle of 316.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11585 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 133 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.31 |
| HSL | 316.92º | 0.79% | 0.39% | - |
| HSV(B) | 316.92º | 0.88% | 0.69% | - |
| XYZ | 22.63 | 11.58 | 23.23 | - |
| YUV | 80.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 133 | 0 | 0.88 | 0.25 | 0.31 | 316.92 | 0.79 | 0.39 |
| Hex | B1 | 15 | 85 | 0 | 58 | 19 | 1F | 13D | 4F | 27 |
| Octal | 261 | 25 | 205 | 0 | 130 | 31 | 37 | 475 | 117 | 47 |
| Binary | 10110001 | 10101 | 10000101 | 0 | 1011000 | 11001 | 11111 | 100111101 | 1001111 | 100111 |
Color Harmonies of #B11585
Complementary color
Monochromatic Colors of #B11585
Black with #B11585
Text Example
Text Example
White with #B11585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11585; }
p { color: rgb(177,21,133); }
H1.HeaderClassName
{
color: #B11585;
}
.AnyTagClassName
{
color: #B11585;
}
</style>
background-color css
<style>
a { background-color: #B11585; }
a { background-color: rgb(177,21,133); }
div.DivClassName
{
background-color: #B11585;
}
.BgClassName
{
background-color: #B11585;
}
</style>
border-color css
<style>
span { border-color: #B11585; }
span { border-color: rgb(177,21,133); }
td.TdClassName
{
border-color: #B11585;
}
.TagClassName
{
border-color: #B11585;
}
</style>