Shades of Medium Violet Red #BE1A6E
Tints of Medium Violet Red #BE1A6E
RGB
CMYK
RGB Variations
Color information
#BE1A6E (or 0xBE1A6E) is known color: Medium Violet Red. HEX triplet: BE, 1A and 6E. RGB value is (190,26,110). Sum of RGB (Red+Green+Blue) = 190+26+110=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A6E is #41E591. Grayscale: #545454. Windows color (decimal): -4318610 or 7215806. OLE color: 7215806.
HSL color Cylindrical-coordinate representation of color #BE1A6E: hue angle of 329.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A6E is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 110 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.25 |
| HSL | 329.27º | 0.76% | 0.42% | - |
| HSV(B) | 329.27º | 0.86% | 0.75% | - |
| XYZ | 24.42 | 12.81 | 15.94 | - |
| YUV | 84.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 110 | 0 | 0.86 | 0.42 | 0.25 | 329.27 | 0.76 | 0.42 |
| Hex | BE | 1A | 6E | 0 | 56 | 2A | 19 | 149 | 4C | 2A |
| Octal | 276 | 32 | 156 | 0 | 126 | 52 | 31 | 511 | 114 | 52 |
| Binary | 10111110 | 11010 | 1101110 | 0 | 1010110 | 101010 | 11001 | 101001001 | 1001100 | 101010 |
Color Harmonies of #BE1A6E
Complementary color
Monochromatic Colors of #BE1A6E
Black with #BE1A6E
Text Example
Text Example
White with #BE1A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A6E; }
p { color: rgb(190,26,110); }
H1.HeaderClassName
{
color: #BE1A6E;
}
.AnyTagClassName
{
color: #BE1A6E;
}
</style>
background-color css
<style>
a { background-color: #BE1A6E; }
a { background-color: rgb(190,26,110); }
div.DivClassName
{
background-color: #BE1A6E;
}
.BgClassName
{
background-color: #BE1A6E;
}
</style>
border-color css
<style>
span { border-color: #BE1A6E; }
span { border-color: rgb(190,26,110); }
td.TdClassName
{
border-color: #BE1A6E;
}
.TagClassName
{
border-color: #BE1A6E;
}
</style>