Shades of Medium Violet Red #B1118B
Tints of Medium Violet Red #B1118B
RGB
CMYK
RGB Variations
Color information
#B1118B (or 0xB1118B) is known color: Medium Violet Red. HEX triplet: B1, 11 and 8B. RGB value is (177,17,139). Sum of RGB (Red+Green+Blue) = 177+17+139=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1118B is #4EEE74. Grayscale: #4E4E4E. Windows color (decimal): -5172853 or 9114033. OLE color: 9114033.
HSL color Cylindrical-coordinate representation of color #B1118B: hue angle of 314.25º 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 #B1118B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 139 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.31 |
| HSL | 314.25º | 0.82% | 0.38% | - |
| HSV(B) | 314.25º | 0.9% | 0.69% | - |
| XYZ | 22.99 | 11.61 | 25.46 | - |
| YUV | 78.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 139 | 0 | 0.90 | 0.21 | 0.31 | 314.25 | 0.82 | 0.38 |
| Hex | B1 | 11 | 8B | 0 | 5A | 15 | 1F | 13A | 52 | 26 |
| Octal | 261 | 21 | 213 | 0 | 132 | 25 | 37 | 472 | 122 | 46 |
| Binary | 10110001 | 10001 | 10001011 | 0 | 1011010 | 10101 | 11111 | 100111010 | 1010010 | 100110 |
Color Harmonies of #B1118B
Complementary color
Monochromatic Colors of #B1118B
Black with #B1118B
Text Example
Text Example
White with #B1118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1118B; }
p { color: rgb(177,17,139); }
H1.HeaderClassName
{
color: #B1118B;
}
.AnyTagClassName
{
color: #B1118B;
}
</style>
background-color css
<style>
a { background-color: #B1118B; }
a { background-color: rgb(177,17,139); }
div.DivClassName
{
background-color: #B1118B;
}
.BgClassName
{
background-color: #B1118B;
}
</style>
border-color css
<style>
span { border-color: #B1118B; }
span { border-color: rgb(177,17,139); }
td.TdClassName
{
border-color: #B1118B;
}
.TagClassName
{
border-color: #B1118B;
}
</style>