#BE4EA2

Color #BE4EA2 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BE4EA2

Tints of Mulberry #BE4EA2

Color information

#BE4EA2 (or 0xBE4EA2) is unknown color: approx Mulberry. HEX triplet: BE, 4E and A2. RGB value is (190,78,162). Sum of RGB (Red+Green+Blue) = 190+78+162=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4EA2 is #41B15D. Grayscale: #787878. Windows color (decimal): -4305246 or 10636990. OLE color: 10636990.

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

Color convert

RGB19078162-
CMYK00.590.150.25
HSL315º46.28%52.55%-
HSV(B)315º58.95%74.51%-
XYZ30.481936.24-
YUV121.06151.11177.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 78 (30.86% from 255) = 18.14%
BLUE value IS 162 (63.67% from 255) = 37.67%
R=44.19%
G=18.14%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907816200.590.150.2531546.2852.55
HexBE4EA203BF1913b2e35
Octal27611624207317314735665
Binary101111101001110101000100111011111111001100111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4EA2; }

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

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

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

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

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

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

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

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