Shades of Medium Violet Red #BE1A8D
Tints of Medium Violet Red #BE1A8D
RGB
CMYK
RGB Variations
Color information
#BE1A8D (or 0xBE1A8D) is known color: Medium Violet Red. HEX triplet: BE, 1A and 8D. RGB value is (190,26,141). Sum of RGB (Red+Green+Blue) = 190+26+141=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A8D is #41E572. Grayscale: #575757. Windows color (decimal): -4318579 or 9247422. OLE color: 9247422.
HSL color Cylindrical-coordinate representation of color #BE1A8D: hue angle of 317.93º 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 #BE1A8D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 141 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.25 |
| HSL | 317.93º | 0.76% | 0.42% | - |
| HSV(B) | 317.93º | 0.86% | 0.75% | - |
| XYZ | 26.41 | 13.61 | 26.43 | - |
| YUV | 88.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 141 | 0 | 0.86 | 0.26 | 0.25 | 317.93 | 0.76 | 0.42 |
| Hex | BE | 1A | 8D | 0 | 56 | 1A | 19 | 13E | 4C | 2A |
| Octal | 276 | 32 | 215 | 0 | 126 | 32 | 31 | 476 | 114 | 52 |
| Binary | 10111110 | 11010 | 10001101 | 0 | 1010110 | 11010 | 11001 | 100111110 | 1001100 | 101010 |
Color Harmonies of #BE1A8D
Complementary color
Monochromatic Colors of #BE1A8D
Black with #BE1A8D
Text Example
Text Example
White with #BE1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A8D; }
p { color: rgb(190,26,141); }
H1.HeaderClassName
{
color: #BE1A8D;
}
.AnyTagClassName
{
color: #BE1A8D;
}
</style>
background-color css
<style>
a { background-color: #BE1A8D; }
a { background-color: rgb(190,26,141); }
div.DivClassName
{
background-color: #BE1A8D;
}
.BgClassName
{
background-color: #BE1A8D;
}
</style>
border-color css
<style>
span { border-color: #BE1A8D; }
span { border-color: rgb(190,26,141); }
td.TdClassName
{
border-color: #BE1A8D;
}
.TagClassName
{
border-color: #BE1A8D;
}
</style>