Shades of Medium Violet Red #BE0CA0
Tints of Medium Violet Red #BE0CA0
RGB
CMYK
RGB Variations
Color information
#BE0CA0 (or 0xBE0CA0) is known color: Medium Violet Red. HEX triplet: BE, 0C and A0. RGB value is (190,12,160). Sum of RGB (Red+Green+Blue) = 190+12+160=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CA0 is #41F35F. Grayscale: #515151. Windows color (decimal): -4322144 or 10489022. OLE color: 10489022.
HSL color Cylindrical-coordinate representation of color #BE0CA0: hue angle of 310.11º 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 #BE0CA0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 160 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.25 |
| HSL | 310.11º | 0.88% | 0.4% | - |
| HSV(B) | 310.11º | 0.94% | 0.75% | - |
| XYZ | 27.71 | 13.75 | 34.45 | - |
| YUV | 82.09 | 171.97 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 160 | 0 | 0.94 | 0.16 | 0.25 | 310.11 | 0.88 | 0.4 |
| Hex | BE | C | A0 | 0 | 5E | 10 | 19 | 136 | 58 | 28 |
| Octal | 276 | 14 | 240 | 0 | 136 | 20 | 31 | 466 | 130 | 50 |
| Binary | 10111110 | 1100 | 10100000 | 0 | 1011110 | 10000 | 11001 | 100110110 | 1011000 | 101000 |
Color Harmonies of #BE0CA0
Complementary color
Monochromatic Colors of #BE0CA0
Black with #BE0CA0
Text Example
Text Example
White with #BE0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CA0; }
p { color: rgb(190,12,160); }
H1.HeaderClassName
{
color: #BE0CA0;
}
.AnyTagClassName
{
color: #BE0CA0;
}
</style>
background-color css
<style>
a { background-color: #BE0CA0; }
a { background-color: rgb(190,12,160); }
div.DivClassName
{
background-color: #BE0CA0;
}
.BgClassName
{
background-color: #BE0CA0;
}
</style>
border-color css
<style>
span { border-color: #BE0CA0; }
span { border-color: rgb(190,12,160); }
td.TdClassName
{
border-color: #BE0CA0;
}
.TagClassName
{
border-color: #BE0CA0;
}
</style>