Shades of Medium Violet Red #BE138D
Tints of Medium Violet Red #BE138D
RGB
CMYK
RGB Variations
Color information
#BE138D (or 0xBE138D) is known color: Medium Violet Red. HEX triplet: BE, 13 and 8D. RGB value is (190,19,141). Sum of RGB (Red+Green+Blue) = 190+19+141=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE138D is #41EC72. Grayscale: #535353. Windows color (decimal): -4320371 or 9245630. OLE color: 9245630.
HSL color Cylindrical-coordinate representation of color #BE138D: hue angle of 317.19º 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 #BE138D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.25 |
| HSL | 317.19º | 0.82% | 0.41% | - |
| HSV(B) | 317.19º | 0.9% | 0.75% | - |
| XYZ | 26.28 | 13.34 | 26.39 | - |
| YUV | 84.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 141 | 0 | 0.90 | 0.26 | 0.25 | 317.19 | 0.82 | 0.41 |
| Hex | BE | 13 | 8D | 0 | 5A | 1A | 19 | 13D | 52 | 29 |
| Octal | 276 | 23 | 215 | 0 | 132 | 32 | 31 | 475 | 122 | 51 |
| Binary | 10111110 | 10011 | 10001101 | 0 | 1011010 | 11010 | 11001 | 100111101 | 1010010 | 101001 |
Color Harmonies of #BE138D
Complementary color
Monochromatic Colors of #BE138D
Black with #BE138D
Text Example
Text Example
White with #BE138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE138D; }
p { color: rgb(190,19,141); }
H1.HeaderClassName
{
color: #BE138D;
}
.AnyTagClassName
{
color: #BE138D;
}
</style>
background-color css
<style>
a { background-color: #BE138D; }
a { background-color: rgb(190,19,141); }
div.DivClassName
{
background-color: #BE138D;
}
.BgClassName
{
background-color: #BE138D;
}
</style>
border-color css
<style>
span { border-color: #BE138D; }
span { border-color: rgb(190,19,141); }
td.TdClassName
{
border-color: #BE138D;
}
.TagClassName
{
border-color: #BE138D;
}
</style>