Shades of Medium Violet Red #B11881
Tints of Medium Violet Red #B11881
RGB
CMYK
RGB Variations
Color information
#B11881 (or 0xB11881) is known color: Medium Violet Red. HEX triplet: B1, 18 and 81. RGB value is (177,24,129). Sum of RGB (Red+Green+Blue) = 177+24+129=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B11881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11881 is #4EE77E. Grayscale: #515151. Windows color (decimal): -5171071 or 8460465. OLE color: 8460465.
HSL color Cylindrical-coordinate representation of color #B11881: hue angle of 318.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11881 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 129 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.31 |
| HSL | 318.82º | 0.76% | 0.39% | - |
| HSV(B) | 318.82º | 0.86% | 0.69% | - |
| XYZ | 22.42 | 11.59 | 21.82 | - |
| YUV | 81.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 129 | 0 | 0.86 | 0.27 | 0.31 | 318.82 | 0.76 | 0.39 |
| Hex | B1 | 18 | 81 | 0 | 56 | 1B | 1F | 13F | 4C | 27 |
| Octal | 261 | 30 | 201 | 0 | 126 | 33 | 37 | 477 | 114 | 47 |
| Binary | 10110001 | 11000 | 10000001 | 0 | 1010110 | 11011 | 11111 | 100111111 | 1001100 | 100111 |
Color Harmonies of #B11881
Complementary color
Monochromatic Colors of #B11881
Black with #B11881
Text Example
Text Example
White with #B11881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11881; }
p { color: rgb(177,24,129); }
H1.HeaderClassName
{
color: #B11881;
}
.AnyTagClassName
{
color: #B11881;
}
</style>
background-color css
<style>
a { background-color: #B11881; }
a { background-color: rgb(177,24,129); }
div.DivClassName
{
background-color: #B11881;
}
.BgClassName
{
background-color: #B11881;
}
</style>
border-color css
<style>
span { border-color: #B11881; }
span { border-color: rgb(177,24,129); }
td.TdClassName
{
border-color: #B11881;
}
.TagClassName
{
border-color: #B11881;
}
</style>