Shades of Medium Violet Red #BE0CA2
Tints of Medium Violet Red #BE0CA2
RGB
CMYK
RGB Variations
Color information
#BE0CA2 (or 0xBE0CA2) is known color: Medium Violet Red. HEX triplet: BE, 0C and A2. RGB value is (190,12,162). Sum of RGB (Red+Green+Blue) = 190+12+162=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CA2 is #41F35D. Grayscale: #515151. Windows color (decimal): -4322142 or 10620094. OLE color: 10620094.
HSL color Cylindrical-coordinate representation of color #BE0CA2: hue angle of 309.44º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.25 |
| HSL | 309.44º | 0.88% | 0.4% | - |
| HSV(B) | 309.44º | 0.94% | 0.75% | - |
| XYZ | 27.89 | 13.82 | 35.38 | - |
| YUV | 82.32 | 172.97 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 162 | 0 | 0.94 | 0.15 | 0.25 | 309.44 | 0.88 | 0.4 |
| Hex | BE | C | A2 | 0 | 5E | F | 19 | 135 | 58 | 28 |
| Octal | 276 | 14 | 242 | 0 | 136 | 17 | 31 | 465 | 130 | 50 |
| Binary | 10111110 | 1100 | 10100010 | 0 | 1011110 | 1111 | 11001 | 100110101 | 1011000 | 101000 |
Color Harmonies of #BE0CA2
Complementary color
Monochromatic Colors of #BE0CA2
Black with #BE0CA2
Text Example
Text Example
White with #BE0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CA2; }
p { color: rgb(190,12,162); }
H1.HeaderClassName
{
color: #BE0CA2;
}
.AnyTagClassName
{
color: #BE0CA2;
}
</style>
background-color css
<style>
a { background-color: #BE0CA2; }
a { background-color: rgb(190,12,162); }
div.DivClassName
{
background-color: #BE0CA2;
}
.BgClassName
{
background-color: #BE0CA2;
}
</style>
border-color css
<style>
span { border-color: #BE0CA2; }
span { border-color: rgb(190,12,162); }
td.TdClassName
{
border-color: #BE0CA2;
}
.TagClassName
{
border-color: #BE0CA2;
}
</style>