Shades of Medium Violet Red #B5137E
Tints of Medium Violet Red #B5137E
RGB
CMYK
RGB Variations
Color information
#B5137E (or 0xB5137E) is known color: Medium Violet Red. HEX triplet: B5, 13 and 7E. RGB value is (181,19,126). Sum of RGB (Red+Green+Blue) = 181+19+126=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5137E is #4AEC81. Grayscale: #4F4F4F. Windows color (decimal): -4910210 or 8262581. OLE color: 8262581.
HSL color Cylindrical-coordinate representation of color #B5137E: hue angle of 320.37º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5137E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 126 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.29 |
| HSL | 320.37º | 0.81% | 0.39% | - |
| HSV(B) | 320.37º | 0.9% | 0.71% | - |
| XYZ | 23.05 | 11.8 | 20.8 | - |
| YUV | 79.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 126 | 0 | 0.90 | 0.30 | 0.29 | 320.37 | 0.81 | 0.39 |
| Hex | B5 | 13 | 7E | 0 | 5A | 1E | 1D | 140 | 51 | 27 |
| Octal | 265 | 23 | 176 | 0 | 132 | 36 | 35 | 500 | 121 | 47 |
| Binary | 10110101 | 10011 | 1111110 | 0 | 1011010 | 11110 | 11101 | 101000000 | 1010001 | 100111 |
Color Harmonies of #B5137E
Complementary color
Monochromatic Colors of #B5137E
Black with #B5137E
Text Example
Text Example
White with #B5137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5137E; }
p { color: rgb(181,19,126); }
H1.HeaderClassName
{
color: #B5137E;
}
.AnyTagClassName
{
color: #B5137E;
}
</style>
background-color css
<style>
a { background-color: #B5137E; }
a { background-color: rgb(181,19,126); }
div.DivClassName
{
background-color: #B5137E;
}
.BgClassName
{
background-color: #B5137E;
}
</style>
border-color css
<style>
span { border-color: #B5137E; }
span { border-color: rgb(181,19,126); }
td.TdClassName
{
border-color: #B5137E;
}
.TagClassName
{
border-color: #B5137E;
}
</style>