#BE2EA1

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

Shades of Medium Red Violet #BE2EA1

Tints of Medium Red Violet #BE2EA1

Color information

#BE2EA1 (or 0xBE2EA1) is unknown color: approx Medium Red Violet. HEX triplet: BE, 2E and A1. RGB value is (190,46,161). Sum of RGB (Red+Green+Blue) = 190+46+161=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2EA1 is #41D15E. Grayscale: #656565. Windows color (decimal): -4313439 or 10563262. OLE color: 10563262.

HSL color Cylindrical-coordinate representation of color #BE2EA1: hue angle of 312.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2EA1 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19046161-
CMYK00.760.150.25
HSL312.08º61.02%46.27%-
HSV(B)312.08º75.79%74.51%-
XYZ28.6515.4735.2-
YUV102.17161.21190.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=47.86%
G=11.59%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904616100.760.150.25312.0861.0246.27
HexBE2EA104CF191383d2e
Octal27656241011417314707556
Binary101111101011101010000101001100111111001100111000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2EA1; }

 p { color: rgb(190,46,161); }

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

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

 a { background-color: rgb(190,46,161); }

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

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

 span { border-color: rgb(190,46,161); }

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