Shades of Medium Violet Red #B11181
Tints of Medium Violet Red #B11181
RGB
CMYK
RGB Variations
Color information
#B11181 (or 0xB11181) is known color: Medium Violet Red. HEX triplet: B1, 11 and 81. RGB value is (177,17,129). Sum of RGB (Red+Green+Blue) = 177+17+129=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B11181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11181 is #4EEE7E. Grayscale: #4D4D4D. Windows color (decimal): -5172863 or 8458673. OLE color: 8458673.
HSL color Cylindrical-coordinate representation of color #B11181: hue angle of 318º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11181 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 129 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.31 |
| HSL | 318º | 0.82% | 0.38% | - |
| HSV(B) | 318º | 0.9% | 0.69% | - |
| XYZ | 22.29 | 11.33 | 21.78 | - |
| YUV | 77.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 129 | 0 | 0.90 | 0.27 | 0.31 | 318 | 0.82 | 0.38 |
| Hex | B1 | 11 | 81 | 0 | 5A | 1B | 1F | 13E | 52 | 26 |
| Octal | 261 | 21 | 201 | 0 | 132 | 33 | 37 | 476 | 122 | 46 |
| Binary | 10110001 | 10001 | 10000001 | 0 | 1011010 | 11011 | 11111 | 100111110 | 1010010 | 100110 |
Color Harmonies of #B11181
Complementary color
Monochromatic Colors of #B11181
Black with #B11181
Text Example
Text Example
White with #B11181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11181; }
p { color: rgb(177,17,129); }
H1.HeaderClassName
{
color: #B11181;
}
.AnyTagClassName
{
color: #B11181;
}
</style>
background-color css
<style>
a { background-color: #B11181; }
a { background-color: rgb(177,17,129); }
div.DivClassName
{
background-color: #B11181;
}
.BgClassName
{
background-color: #B11181;
}
</style>
border-color css
<style>
span { border-color: #B11181; }
span { border-color: rgb(177,17,129); }
td.TdClassName
{
border-color: #B11181;
}
.TagClassName
{
border-color: #B11181;
}
</style>