Shades of Medium Violet Red #B1118F
Tints of Medium Violet Red #B1118F
RGB
CMYK
RGB Variations
Color information
#B1118F (or 0xB1118F) is known color: Medium Violet Red. HEX triplet: B1, 11 and 8F. RGB value is (177,17,143). Sum of RGB (Red+Green+Blue) = 177+17+143=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1118F is #4EEE70. Grayscale: #4E4E4E. Windows color (decimal): -5172849 or 9376177. OLE color: 9376177.
HSL color Cylindrical-coordinate representation of color #B1118F: hue angle of 312.75º 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 #B1118F is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 143 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.31 |
| HSL | 312.75º | 0.82% | 0.38% | - |
| HSV(B) | 312.75º | 0.9% | 0.69% | - |
| XYZ | 23.29 | 11.73 | 27.02 | - |
| YUV | 79.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 143 | 0 | 0.90 | 0.19 | 0.31 | 312.75 | 0.82 | 0.38 |
| Hex | B1 | 11 | 8F | 0 | 5A | 13 | 1F | 139 | 52 | 26 |
| Octal | 261 | 21 | 217 | 0 | 132 | 23 | 37 | 471 | 122 | 46 |
| Binary | 10110001 | 10001 | 10001111 | 0 | 1011010 | 10011 | 11111 | 100111001 | 1010010 | 100110 |
Color Harmonies of #B1118F
Complementary color
Monochromatic Colors of #B1118F
Black with #B1118F
Text Example
Text Example
White with #B1118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1118F; }
p { color: rgb(177,17,143); }
H1.HeaderClassName
{
color: #B1118F;
}
.AnyTagClassName
{
color: #B1118F;
}
</style>
background-color css
<style>
a { background-color: #B1118F; }
a { background-color: rgb(177,17,143); }
div.DivClassName
{
background-color: #B1118F;
}
.BgClassName
{
background-color: #B1118F;
}
</style>
border-color css
<style>
span { border-color: #B1118F; }
span { border-color: rgb(177,17,143); }
td.TdClassName
{
border-color: #B1118F;
}
.TagClassName
{
border-color: #B1118F;
}
</style>