Shades of Medium Violet Red #BE1379
Tints of Medium Violet Red #BE1379
RGB
CMYK
RGB Variations
Color information
#BE1379 (or 0xBE1379) is known color: Medium Violet Red. HEX triplet: BE, 13 and 79. RGB value is (190,19,121). Sum of RGB (Red+Green+Blue) = 190+19+121=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1379 is #41EC86. Grayscale: #515151. Windows color (decimal): -4320391 or 7934910. OLE color: 7934910.
HSL color Cylindrical-coordinate representation of color #BE1379: hue angle of 324.21º 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 #BE1379 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.25 |
| HSL | 324.21º | 0.82% | 0.41% | - |
| HSV(B) | 324.21º | 0.9% | 0.75% | - |
| XYZ | 24.92 | 12.79 | 19.25 | - |
| YUV | 81.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 121 | 0 | 0.90 | 0.36 | 0.25 | 324.21 | 0.82 | 0.41 |
| Hex | BE | 13 | 79 | 0 | 5A | 24 | 19 | 144 | 52 | 29 |
| Octal | 276 | 23 | 171 | 0 | 132 | 44 | 31 | 504 | 122 | 51 |
| Binary | 10111110 | 10011 | 1111001 | 0 | 1011010 | 100100 | 11001 | 101000100 | 1010010 | 101001 |
Color Harmonies of #BE1379
Complementary color
Monochromatic Colors of #BE1379
Black with #BE1379
Text Example
Text Example
White with #BE1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1379; }
p { color: rgb(190,19,121); }
H1.HeaderClassName
{
color: #BE1379;
}
.AnyTagClassName
{
color: #BE1379;
}
</style>
background-color css
<style>
a { background-color: #BE1379; }
a { background-color: rgb(190,19,121); }
div.DivClassName
{
background-color: #BE1379;
}
.BgClassName
{
background-color: #BE1379;
}
</style>
border-color css
<style>
span { border-color: #BE1379; }
span { border-color: rgb(190,19,121); }
td.TdClassName
{
border-color: #BE1379;
}
.TagClassName
{
border-color: #BE1379;
}
</style>