Shades of Medium Red Violet #B137A0
Tints of Medium Red Violet #B137A0
RGB
CMYK
RGB Variations
Color information
#B137A0 (or 0xB137A0) is known color: Medium Red Violet. HEX triplet: B1, 37 and A0. RGB value is (177,55,160). Sum of RGB (Red+Green+Blue) = 177+55+160=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B137A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B137A0 is #4EC85F. Grayscale: #676767. Windows color (decimal): -5163104 or 10500017. OLE color: 10500017.
HSL color Cylindrical-coordinate representation of color #B137A0: hue angle of 308.36º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B137A0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 160 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.31 |
| HSL | 308.36º | 0.53% | 0.45% | - |
| HSV(B) | 308.36º | 0.69% | 0.69% | - |
| XYZ | 25.84 | 14.62 | 34.72 | - |
| YUV | 103.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 160 | 0 | 0.69 | 0.10 | 0.31 | 308.36 | 0.53 | 0.45 |
| Hex | B1 | 37 | A0 | 0 | 45 | A | 1F | 134 | 35 | 2D |
| Octal | 261 | 67 | 240 | 0 | 105 | 12 | 37 | 464 | 65 | 55 |
| Binary | 10110001 | 110111 | 10100000 | 0 | 1000101 | 1010 | 11111 | 100110100 | 110101 | 101101 |
Color Harmonies of #B137A0
Complementary color
Monochromatic Colors of #B137A0
Black with #B137A0
Text Example
Text Example
White with #B137A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137A0; }
p { color: rgb(177,55,160); }
H1.HeaderClassName
{
color: #B137A0;
}
.AnyTagClassName
{
color: #B137A0;
}
</style>
background-color css
<style>
a { background-color: #B137A0; }
a { background-color: rgb(177,55,160); }
div.DivClassName
{
background-color: #B137A0;
}
.BgClassName
{
background-color: #B137A0;
}
</style>
border-color css
<style>
span { border-color: #B137A0; }
span { border-color: rgb(177,55,160); }
td.TdClassName
{
border-color: #B137A0;
}
.TagClassName
{
border-color: #B137A0;
}
</style>