Shades of Medium Violet Red #BE0CA4
Tints of Medium Violet Red #BE0CA4
RGB
CMYK
RGB Variations
Color information
#BE0CA4 (or 0xBE0CA4) is known color: Medium Violet Red. HEX triplet: BE, 0C and A4. RGB value is (190,12,164). Sum of RGB (Red+Green+Blue) = 190+12+164=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CA4 is #41F35B. Grayscale: #525252. Windows color (decimal): -4322140 or 10751166. OLE color: 10751166.
HSL color Cylindrical-coordinate representation of color #BE0CA4: hue angle of 308.76º 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 #BE0CA4 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 164 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.25 |
| HSL | 308.76º | 0.88% | 0.4% | - |
| HSV(B) | 308.76º | 0.94% | 0.75% | - |
| XYZ | 28.07 | 13.89 | 36.32 | - |
| YUV | 82.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 164 | 0 | 0.94 | 0.14 | 0.25 | 308.76 | 0.88 | 0.4 |
| Hex | BE | C | A4 | 0 | 5E | E | 19 | 135 | 58 | 28 |
| Octal | 276 | 14 | 244 | 0 | 136 | 16 | 31 | 465 | 130 | 50 |
| Binary | 10111110 | 1100 | 10100100 | 0 | 1011110 | 1110 | 11001 | 100110101 | 1011000 | 101000 |
Color Harmonies of #BE0CA4
Complementary color
Monochromatic Colors of #BE0CA4
Black with #BE0CA4
Text Example
Text Example
White with #BE0CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CA4; }
p { color: rgb(190,12,164); }
H1.HeaderClassName
{
color: #BE0CA4;
}
.AnyTagClassName
{
color: #BE0CA4;
}
</style>
background-color css
<style>
a { background-color: #BE0CA4; }
a { background-color: rgb(190,12,164); }
div.DivClassName
{
background-color: #BE0CA4;
}
.BgClassName
{
background-color: #BE0CA4;
}
</style>
border-color css
<style>
span { border-color: #BE0CA4; }
span { border-color: rgb(190,12,164); }
td.TdClassName
{
border-color: #BE0CA4;
}
.TagClassName
{
border-color: #BE0CA4;
}
</style>