Shades of Medium Violet Red #BE1A8E
Tints of Medium Violet Red #BE1A8E
RGB
CMYK
RGB Variations
Color information
#BE1A8E (or 0xBE1A8E) is known color: Medium Violet Red. HEX triplet: BE, 1A and 8E. RGB value is (190,26,142). Sum of RGB (Red+Green+Blue) = 190+26+142=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A8E is #41E571. Grayscale: #575757. Windows color (decimal): -4318578 or 9312958. OLE color: 9312958.
HSL color Cylindrical-coordinate representation of color #BE1A8E: hue angle of 317.56º 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 #BE1A8E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 142 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.25 |
| HSL | 317.56º | 0.76% | 0.42% | - |
| HSV(B) | 317.56º | 0.86% | 0.75% | - |
| XYZ | 26.49 | 13.64 | 26.83 | - |
| YUV | 88.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 142 | 0 | 0.86 | 0.25 | 0.25 | 317.56 | 0.76 | 0.42 |
| Hex | BE | 1A | 8E | 0 | 56 | 19 | 19 | 13E | 4C | 2A |
| Octal | 276 | 32 | 216 | 0 | 126 | 31 | 31 | 476 | 114 | 52 |
| Binary | 10111110 | 11010 | 10001110 | 0 | 1010110 | 11001 | 11001 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BE1A8E
Complementary color
Monochromatic Colors of #BE1A8E
Black with #BE1A8E
Text Example
Text Example
White with #BE1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A8E; }
p { color: rgb(190,26,142); }
H1.HeaderClassName
{
color: #BE1A8E;
}
.AnyTagClassName
{
color: #BE1A8E;
}
</style>
background-color css
<style>
a { background-color: #BE1A8E; }
a { background-color: rgb(190,26,142); }
div.DivClassName
{
background-color: #BE1A8E;
}
.BgClassName
{
background-color: #BE1A8E;
}
</style>
border-color css
<style>
span { border-color: #BE1A8E; }
span { border-color: rgb(190,26,142); }
td.TdClassName
{
border-color: #BE1A8E;
}
.TagClassName
{
border-color: #BE1A8E;
}
</style>