#BE0EA2

Color #BE0EA2 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE0EA2

Tints of Medium Violet Red #BE0EA2

Color information

#BE0EA2 (or 0xBE0EA2) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0E and A2. RGB value is (190,14,162). Sum of RGB (Red+Green+Blue) = 190+14+162=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EA2 is #41F15D. Grayscale: #535353. Windows color (decimal): -4321630 or 10620606. OLE color: 10620606.

HSL color Cylindrical-coordinate representation of color #BE0EA2: hue angle of 309.55º degrees, saturation: 0.86, 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 #BE0EA2 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19014162-
CMYK00.930.150.25
HSL309.55º86.27%40%-
HSV(B)309.55º92.63%74.51%-
XYZ27.9113.8735.39-
YUV83.5172.31203.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 14 (5.86% from 255) = 3.83%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=51.91%
G=3.83%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901416200.930.150.25309.5586.2740
HexBEEA205DF191365628
Octal276162420135173146612650
Binary10111110111010100010010111011111110011001101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EA2; }

 p { color: rgb(190,14,162); }

 H1.HeaderClassName
 {
   color: #BE0EA2;
 }
 .AnyTagClassName
 {
   color: #BE0EA2;
 }
</style>
background-color css

<style>
 a { background-color: #BE0EA2; }

 a { background-color: rgb(190,14,162); }

 div.DivClassName
 {
   background-color: #BE0EA2;
 }
 .BgClassName
 {
   background-color: #BE0EA2;
 }
</style>
border-color css

<style>
 span { border-color: #BE0EA2; }

 span { border-color: rgb(190,14,162); }

 td.TdClassName
 {
   border-color: #BE0EA2;
 }
 .TagClassName
 {
   border-color: #BE0EA2;
 }
</style>