Shades of Medium Violet Red #BE1A8C
Tints of Medium Violet Red #BE1A8C
RGB
CMYK
RGB Variations
Color information
#BE1A8C (or 0xBE1A8C) is known color: Medium Violet Red. HEX triplet: BE, 1A and 8C. RGB value is (190,26,140). Sum of RGB (Red+Green+Blue) = 190+26+140=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A8C is #41E573. Grayscale: #575757. Windows color (decimal): -4318580 or 9181886. OLE color: 9181886.
HSL color Cylindrical-coordinate representation of color #BE1A8C: hue angle of 318.29º 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 #BE1A8C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 140 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.25 |
| HSL | 318.29º | 0.76% | 0.42% | - |
| HSV(B) | 318.29º | 0.86% | 0.75% | - |
| XYZ | 26.34 | 13.58 | 26.04 | - |
| YUV | 88.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 140 | 0 | 0.86 | 0.26 | 0.25 | 318.29 | 0.76 | 0.42 |
| Hex | BE | 1A | 8C | 0 | 56 | 1A | 19 | 13E | 4C | 2A |
| Octal | 276 | 32 | 214 | 0 | 126 | 32 | 31 | 476 | 114 | 52 |
| Binary | 10111110 | 11010 | 10001100 | 0 | 1010110 | 11010 | 11001 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BE1A8C
Complementary color
Monochromatic Colors of #BE1A8C
Black with #BE1A8C
Text Example
Text Example
White with #BE1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A8C; }
p { color: rgb(190,26,140); }
H1.HeaderClassName
{
color: #BE1A8C;
}
.AnyTagClassName
{
color: #BE1A8C;
}
</style>
background-color css
<style>
a { background-color: #BE1A8C; }
a { background-color: rgb(190,26,140); }
div.DivClassName
{
background-color: #BE1A8C;
}
.BgClassName
{
background-color: #BE1A8C;
}
</style>
border-color css
<style>
span { border-color: #BE1A8C; }
span { border-color: rgb(190,26,140); }
td.TdClassName
{
border-color: #BE1A8C;
}
.TagClassName
{
border-color: #BE1A8C;
}
</style>