Shades of Medium Violet Red #BE137D
Tints of Medium Violet Red #BE137D
RGB
CMYK
RGB Variations
Color information
#BE137D (or 0xBE137D) is known color: Medium Violet Red. HEX triplet: BE, 13 and 7D. RGB value is (190,19,125). Sum of RGB (Red+Green+Blue) = 190+19+125=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE137D is #41EC82. Grayscale: #515151. Windows color (decimal): -4320387 or 8197054. OLE color: 8197054.
HSL color Cylindrical-coordinate representation of color #BE137D: hue angle of 322.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE137D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.25 |
| HSL | 322.81º | 0.82% | 0.41% | - |
| HSV(B) | 322.81º | 0.9% | 0.75% | - |
| XYZ | 25.17 | 12.89 | 20.56 | - |
| YUV | 82.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 125 | 0 | 0.90 | 0.34 | 0.25 | 322.81 | 0.82 | 0.41 |
| Hex | BE | 13 | 7D | 0 | 5A | 22 | 19 | 143 | 52 | 29 |
| Octal | 276 | 23 | 175 | 0 | 132 | 42 | 31 | 503 | 122 | 51 |
| Binary | 10111110 | 10011 | 1111101 | 0 | 1011010 | 100010 | 11001 | 101000011 | 1010010 | 101001 |
Color Harmonies of #BE137D
Complementary color
Monochromatic Colors of #BE137D
Black with #BE137D
Text Example
Text Example
White with #BE137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE137D; }
p { color: rgb(190,19,125); }
H1.HeaderClassName
{
color: #BE137D;
}
.AnyTagClassName
{
color: #BE137D;
}
</style>
background-color css
<style>
a { background-color: #BE137D; }
a { background-color: rgb(190,19,125); }
div.DivClassName
{
background-color: #BE137D;
}
.BgClassName
{
background-color: #BE137D;
}
</style>
border-color css
<style>
span { border-color: #BE137D; }
span { border-color: rgb(190,19,125); }
td.TdClassName
{
border-color: #BE137D;
}
.TagClassName
{
border-color: #BE137D;
}
</style>