Shades of Medium Violet Red #B2137D
Tints of Medium Violet Red #B2137D
RGB
CMYK
RGB Variations
Color information
#B2137D (or 0xB2137D) is known color: Medium Violet Red. HEX triplet: B2, 13 and 7D. RGB value is (178,19,125). Sum of RGB (Red+Green+Blue) = 178+19+125=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2137D is #4DEC82. Grayscale: #4E4E4E. Windows color (decimal): -5106819 or 8197042. OLE color: 8197042.
HSL color Cylindrical-coordinate representation of color #B2137D: hue angle of 320º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2137D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 19 | 125 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.30 |
| HSL | 320º | 0.81% | 0.39% | - |
| HSV(B) | 320º | 0.89% | 0.7% | - |
| XYZ | 22.29 | 11.41 | 20.43 | - |
| YUV | 78.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 19 | 125 | 0 | 0.89 | 0.30 | 0.30 | 320 | 0.81 | 0.39 |
| Hex | B2 | 13 | 7D | 0 | 59 | 1E | 1E | 140 | 51 | 27 |
| Octal | 262 | 23 | 175 | 0 | 131 | 36 | 36 | 500 | 121 | 47 |
| Binary | 10110010 | 10011 | 1111101 | 0 | 1011001 | 11110 | 11110 | 101000000 | 1010001 | 100111 |
Color Harmonies of #B2137D
Complementary color
Monochromatic Colors of #B2137D
Black with #B2137D
Text Example
Text Example
White with #B2137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2137D; }
p { color: rgb(178,19,125); }
H1.HeaderClassName
{
color: #B2137D;
}
.AnyTagClassName
{
color: #B2137D;
}
</style>
background-color css
<style>
a { background-color: #B2137D; }
a { background-color: rgb(178,19,125); }
div.DivClassName
{
background-color: #B2137D;
}
.BgClassName
{
background-color: #B2137D;
}
</style>
border-color css
<style>
span { border-color: #B2137D; }
span { border-color: rgb(178,19,125); }
td.TdClassName
{
border-color: #B2137D;
}
.TagClassName
{
border-color: #B2137D;
}
</style>