Shades of Medium Violet Red #BE1378
Tints of Medium Violet Red #BE1378
RGB
CMYK
RGB Variations
Color information
#BE1378 (or 0xBE1378) is known color: Medium Violet Red. HEX triplet: BE, 13 and 78. RGB value is (190,19,120). Sum of RGB (Red+Green+Blue) = 190+19+120=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1378 is #41EC87. Grayscale: #515151. Windows color (decimal): -4320392 or 7869374. OLE color: 7869374.
HSL color Cylindrical-coordinate representation of color #BE1378: hue angle of 324.56º 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 #BE1378 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 120 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.25 |
| HSL | 324.56º | 0.82% | 0.41% | - |
| HSV(B) | 324.56º | 0.9% | 0.75% | - |
| XYZ | 24.86 | 12.77 | 18.92 | - |
| YUV | 81.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 120 | 0 | 0.90 | 0.37 | 0.25 | 324.56 | 0.82 | 0.41 |
| Hex | BE | 13 | 78 | 0 | 5A | 25 | 19 | 145 | 52 | 29 |
| Octal | 276 | 23 | 170 | 0 | 132 | 45 | 31 | 505 | 122 | 51 |
| Binary | 10111110 | 10011 | 1111000 | 0 | 1011010 | 100101 | 11001 | 101000101 | 1010010 | 101001 |
Color Harmonies of #BE1378
Complementary color
Monochromatic Colors of #BE1378
Black with #BE1378
Text Example
Text Example
White with #BE1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1378; }
p { color: rgb(190,19,120); }
H1.HeaderClassName
{
color: #BE1378;
}
.AnyTagClassName
{
color: #BE1378;
}
</style>
background-color css
<style>
a { background-color: #BE1378; }
a { background-color: rgb(190,19,120); }
div.DivClassName
{
background-color: #BE1378;
}
.BgClassName
{
background-color: #BE1378;
}
</style>
border-color css
<style>
span { border-color: #BE1378; }
span { border-color: rgb(190,19,120); }
td.TdClassName
{
border-color: #BE1378;
}
.TagClassName
{
border-color: #BE1378;
}
</style>