Shades of Medium Violet Red #B1137D
Tints of Medium Violet Red #B1137D
RGB
CMYK
RGB Variations
Color information
#B1137D (or 0xB1137D) is known color: Medium Violet Red. HEX triplet: B1, 13 and 7D. RGB value is (177,19,125). Sum of RGB (Red+Green+Blue) = 177+19+125=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1137D is #4EEC82. Grayscale: #4E4E4E. Windows color (decimal): -5172355 or 8197041. OLE color: 8197041.
HSL color Cylindrical-coordinate representation of color #B1137D: hue angle of 319.75º 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 #B1137D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 125 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.31 |
| HSL | 319.75º | 0.81% | 0.38% | - |
| HSV(B) | 319.75º | 0.89% | 0.69% | - |
| XYZ | 22.07 | 11.29 | 20.42 | - |
| YUV | 78.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 125 | 0 | 0.89 | 0.29 | 0.31 | 319.75 | 0.81 | 0.38 |
| Hex | B1 | 13 | 7D | 0 | 59 | 1D | 1F | 140 | 51 | 26 |
| Octal | 261 | 23 | 175 | 0 | 131 | 35 | 37 | 500 | 121 | 46 |
| Binary | 10110001 | 10011 | 1111101 | 0 | 1011001 | 11101 | 11111 | 101000000 | 1010001 | 100110 |
Color Harmonies of #B1137D
Complementary color
Monochromatic Colors of #B1137D
Black with #B1137D
Text Example
Text Example
White with #B1137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1137D; }
p { color: rgb(177,19,125); }
H1.HeaderClassName
{
color: #B1137D;
}
.AnyTagClassName
{
color: #B1137D;
}
</style>
background-color css
<style>
a { background-color: #B1137D; }
a { background-color: rgb(177,19,125); }
div.DivClassName
{
background-color: #B1137D;
}
.BgClassName
{
background-color: #B1137D;
}
</style>
border-color css
<style>
span { border-color: #B1137D; }
span { border-color: rgb(177,19,125); }
td.TdClassName
{
border-color: #B1137D;
}
.TagClassName
{
border-color: #B1137D;
}
</style>