Shades of Medium Violet Red #BE1A8A
Tints of Medium Violet Red #BE1A8A
RGB
CMYK
RGB Variations
Color information
#BE1A8A (or 0xBE1A8A) is known color: Medium Violet Red. HEX triplet: BE, 1A and 8A. RGB value is (190,26,138). Sum of RGB (Red+Green+Blue) = 190+26+138=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A8A is #41E575. Grayscale: #575757. Windows color (decimal): -4318582 or 9050814. OLE color: 9050814.
HSL color Cylindrical-coordinate representation of color #BE1A8A: hue angle of 319.02º 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 #BE1A8A is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 138 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.25 |
| HSL | 319.02º | 0.76% | 0.42% | - |
| HSV(B) | 319.02º | 0.86% | 0.75% | - |
| XYZ | 26.19 | 13.52 | 25.27 | - |
| YUV | 87.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 138 | 0 | 0.86 | 0.27 | 0.25 | 319.02 | 0.76 | 0.42 |
| Hex | BE | 1A | 8A | 0 | 56 | 1B | 19 | 13F | 4C | 2A |
| Octal | 276 | 32 | 212 | 0 | 126 | 33 | 31 | 477 | 114 | 52 |
| Binary | 10111110 | 11010 | 10001010 | 0 | 1010110 | 11011 | 11001 | 100111111 | 1001100 | 101010 |
Color Harmonies of #BE1A8A
Complementary color
Monochromatic Colors of #BE1A8A
Black with #BE1A8A
Text Example
Text Example
White with #BE1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A8A; }
p { color: rgb(190,26,138); }
H1.HeaderClassName
{
color: #BE1A8A;
}
.AnyTagClassName
{
color: #BE1A8A;
}
</style>
background-color css
<style>
a { background-color: #BE1A8A; }
a { background-color: rgb(190,26,138); }
div.DivClassName
{
background-color: #BE1A8A;
}
.BgClassName
{
background-color: #BE1A8A;
}
</style>
border-color css
<style>
span { border-color: #BE1A8A; }
span { border-color: rgb(190,26,138); }
td.TdClassName
{
border-color: #BE1A8A;
}
.TagClassName
{
border-color: #BE1A8A;
}
</style>