Shades of Medium Violet Red #BE0DA1
Tints of Medium Violet Red #BE0DA1
RGB
CMYK
RGB Variations
Color information
#BE0DA1 (or 0xBE0DA1) is known color: Medium Violet Red. HEX triplet: BE, 0D and A1. RGB value is (190,13,161). Sum of RGB (Red+Green+Blue) = 190+13+161=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA1 is #41F25E. Grayscale: #525252. Windows color (decimal): -4321887 or 10554814. OLE color: 10554814.
HSL color Cylindrical-coordinate representation of color #BE0DA1: hue angle of 309.83º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.25 |
| HSL | 309.83º | 0.87% | 0.4% | - |
| HSV(B) | 309.83º | 0.93% | 0.75% | - |
| XYZ | 27.81 | 13.81 | 34.92 | - |
| YUV | 82.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 161 | 0 | 0.93 | 0.15 | 0.25 | 309.83 | 0.87 | 0.4 |
| Hex | BE | D | A1 | 0 | 5D | F | 19 | 136 | 57 | 28 |
| Octal | 276 | 15 | 241 | 0 | 135 | 17 | 31 | 466 | 127 | 50 |
| Binary | 10111110 | 1101 | 10100001 | 0 | 1011101 | 1111 | 11001 | 100110110 | 1010111 | 101000 |
Color Harmonies of #BE0DA1
Complementary color
Monochromatic Colors of #BE0DA1
Black with #BE0DA1
Text Example
Text Example
White with #BE0DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DA1; }
p { color: rgb(190,13,161); }
H1.HeaderClassName
{
color: #BE0DA1;
}
.AnyTagClassName
{
color: #BE0DA1;
}
</style>
background-color css
<style>
a { background-color: #BE0DA1; }
a { background-color: rgb(190,13,161); }
div.DivClassName
{
background-color: #BE0DA1;
}
.BgClassName
{
background-color: #BE0DA1;
}
</style>
border-color css
<style>
span { border-color: #BE0DA1; }
span { border-color: rgb(190,13,161); }
td.TdClassName
{
border-color: #BE0DA1;
}
.TagClassName
{
border-color: #BE0DA1;
}
</style>