Shades of Medium Violet Red #B0137B
Tints of Medium Violet Red #B0137B
RGB
CMYK
RGB Variations
Color information
#B0137B (or 0xB0137B) is known color: Medium Violet Red. HEX triplet: B0, 13 and 7B. RGB value is (176,19,123). Sum of RGB (Red+Green+Blue) = 176+19+123=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0137B is #4FEC84. Grayscale: #4D4D4D. Windows color (decimal): -5237893 or 8065968. OLE color: 8065968.
HSL color Cylindrical-coordinate representation of color #B0137B: hue angle of 320.25º 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 #B0137B is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 123 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.31 |
| HSL | 320.25º | 0.81% | 0.38% | - |
| HSV(B) | 320.25º | 0.89% | 0.69% | - |
| XYZ | 21.71 | 11.13 | 19.74 | - |
| YUV | 77.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 123 | 0 | 0.89 | 0.30 | 0.31 | 320.25 | 0.81 | 0.38 |
| Hex | B0 | 13 | 7B | 0 | 59 | 1E | 1F | 140 | 51 | 26 |
| Octal | 260 | 23 | 173 | 0 | 131 | 36 | 37 | 500 | 121 | 46 |
| Binary | 10110000 | 10011 | 1111011 | 0 | 1011001 | 11110 | 11111 | 101000000 | 1010001 | 100110 |
Color Harmonies of #B0137B
Complementary color
Monochromatic Colors of #B0137B
Black with #B0137B
Text Example
Text Example
White with #B0137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0137B; }
p { color: rgb(176,19,123); }
H1.HeaderClassName
{
color: #B0137B;
}
.AnyTagClassName
{
color: #B0137B;
}
</style>
background-color css
<style>
a { background-color: #B0137B; }
a { background-color: rgb(176,19,123); }
div.DivClassName
{
background-color: #B0137B;
}
.BgClassName
{
background-color: #B0137B;
}
</style>
border-color css
<style>
span { border-color: #B0137B; }
span { border-color: rgb(176,19,123); }
td.TdClassName
{
border-color: #B0137B;
}
.TagClassName
{
border-color: #B0137B;
}
</style>