Shades of Medium Violet Red #BE0CA3
Tints of Medium Violet Red #BE0CA3
RGB
CMYK
RGB Variations
Color information
#BE0CA3 (or 0xBE0CA3) is known color: Medium Violet Red. HEX triplet: BE, 0C and A3. RGB value is (190,12,163). Sum of RGB (Red+Green+Blue) = 190+12+163=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CA3 is #41F35C. Grayscale: #525252. Windows color (decimal): -4322141 or 10685630. OLE color: 10685630.
HSL color Cylindrical-coordinate representation of color #BE0CA3: hue angle of 309.1º 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 #BE0CA3 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 163 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.25 |
| HSL | 309.1º | 0.88% | 0.4% | - |
| HSV(B) | 309.1º | 0.94% | 0.75% | - |
| XYZ | 27.98 | 13.85 | 35.85 | - |
| YUV | 82.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 163 | 0 | 0.94 | 0.14 | 0.25 | 309.1 | 0.88 | 0.4 |
| Hex | BE | C | A3 | 0 | 5E | E | 19 | 135 | 58 | 28 |
| Octal | 276 | 14 | 243 | 0 | 136 | 16 | 31 | 465 | 130 | 50 |
| Binary | 10111110 | 1100 | 10100011 | 0 | 1011110 | 1110 | 11001 | 100110101 | 1011000 | 101000 |
Color Harmonies of #BE0CA3
Complementary color
Monochromatic Colors of #BE0CA3
Black with #BE0CA3
Text Example
Text Example
White with #BE0CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CA3; }
p { color: rgb(190,12,163); }
H1.HeaderClassName
{
color: #BE0CA3;
}
.AnyTagClassName
{
color: #BE0CA3;
}
</style>
background-color css
<style>
a { background-color: #BE0CA3; }
a { background-color: rgb(190,12,163); }
div.DivClassName
{
background-color: #BE0CA3;
}
.BgClassName
{
background-color: #BE0CA3;
}
</style>
border-color css
<style>
span { border-color: #BE0CA3; }
span { border-color: rgb(190,12,163); }
td.TdClassName
{
border-color: #BE0CA3;
}
.TagClassName
{
border-color: #BE0CA3;
}
</style>