Shades of Medium Violet Red #B1137B
Tints of Medium Violet Red #B1137B
RGB
CMYK
RGB Variations
Color information
#B1137B (or 0xB1137B) is known color: Medium Violet Red. HEX triplet: B1, 13 and 7B. RGB value is (177,19,123). Sum of RGB (Red+Green+Blue) = 177+19+123=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1137B is #4EEC84. Grayscale: #4D4D4D. Windows color (decimal): -5172357 or 8065969. OLE color: 8065969.
HSL color Cylindrical-coordinate representation of color #B1137B: hue angle of 320.51º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1137B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 123 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.31 |
| HSL | 320.51º | 0.81% | 0.38% | - |
| HSV(B) | 320.51º | 0.89% | 0.69% | - |
| XYZ | 21.94 | 11.24 | 19.75 | - |
| YUV | 78.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 123 | 0 | 0.89 | 0.31 | 0.31 | 320.51 | 0.81 | 0.38 |
| Hex | B1 | 13 | 7B | 0 | 59 | 1F | 1F | 141 | 51 | 26 |
| Octal | 261 | 23 | 173 | 0 | 131 | 37 | 37 | 501 | 121 | 46 |
| Binary | 10110001 | 10011 | 1111011 | 0 | 1011001 | 11111 | 11111 | 101000001 | 1010001 | 100110 |
Color Harmonies of #B1137B
Complementary color
Monochromatic Colors of #B1137B
Black with #B1137B
Text Example
Text Example
White with #B1137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1137B; }
p { color: rgb(177,19,123); }
H1.HeaderClassName
{
color: #B1137B;
}
.AnyTagClassName
{
color: #B1137B;
}
</style>
background-color css
<style>
a { background-color: #B1137B; }
a { background-color: rgb(177,19,123); }
div.DivClassName
{
background-color: #B1137B;
}
.BgClassName
{
background-color: #B1137B;
}
</style>
border-color css
<style>
span { border-color: #B1137B; }
span { border-color: rgb(177,19,123); }
td.TdClassName
{
border-color: #B1137B;
}
.TagClassName
{
border-color: #B1137B;
}
</style>