Shades of Medium Violet Red #BE1A90
Tints of Medium Violet Red #BE1A90
RGB
CMYK
RGB Variations
Color information
#BE1A90 (or 0xBE1A90) is known color: Medium Violet Red. HEX triplet: BE, 1A and 90. RGB value is (190,26,144). Sum of RGB (Red+Green+Blue) = 190+26+144=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A90 is #41E56F. Grayscale: #585858. Windows color (decimal): -4318576 or 9444030. OLE color: 9444030.
HSL color Cylindrical-coordinate representation of color #BE1A90: hue angle of 316.83º 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 #BE1A90 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 144 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.25 |
| HSL | 316.83º | 0.76% | 0.42% | - |
| HSV(B) | 316.83º | 0.86% | 0.75% | - |
| XYZ | 26.64 | 13.7 | 27.63 | - |
| YUV | 88.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 144 | 0 | 0.86 | 0.24 | 0.25 | 316.83 | 0.76 | 0.42 |
| Hex | BE | 1A | 90 | 0 | 56 | 18 | 19 | 13D | 4C | 2A |
| Octal | 276 | 32 | 220 | 0 | 126 | 30 | 31 | 475 | 114 | 52 |
| Binary | 10111110 | 11010 | 10010000 | 0 | 1010110 | 11000 | 11001 | 100111101 | 1001100 | 101010 |
Color Harmonies of #BE1A90
Complementary color
Monochromatic Colors of #BE1A90
Black with #BE1A90
Text Example
Text Example
White with #BE1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A90; }
p { color: rgb(190,26,144); }
H1.HeaderClassName
{
color: #BE1A90;
}
.AnyTagClassName
{
color: #BE1A90;
}
</style>
background-color css
<style>
a { background-color: #BE1A90; }
a { background-color: rgb(190,26,144); }
div.DivClassName
{
background-color: #BE1A90;
}
.BgClassName
{
background-color: #BE1A90;
}
</style>
border-color css
<style>
span { border-color: #BE1A90; }
span { border-color: rgb(190,26,144); }
td.TdClassName
{
border-color: #BE1A90;
}
.TagClassName
{
border-color: #BE1A90;
}
</style>