#BE3EA2

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

Shades of Mulberry #BE3EA2

Tints of Mulberry #BE3EA2

Color information

#BE3EA2 (or 0xBE3EA2) is unknown color: approx Mulberry. HEX triplet: BE, 3E and A2. RGB value is (190,62,162). Sum of RGB (Red+Green+Blue) = 190+62+162=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3EA2 is #41C15D. Grayscale: #6F6F6F. Windows color (decimal): -4309342 or 10632894. OLE color: 10632894.

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

Color convert

RGB19062162-
CMYK00.670.150.25
HSL313.12º50.79%49.41%-
HSV(B)313.12º67.37%74.51%-
XYZ29.481735.91-
YUV111.67156.41183.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 62 (24.61% from 255) = 14.98%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=45.89%
G=14.98%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906216200.670.150.25313.1250.7949.41
HexBE3EA2043F191393331
Octal27676242010317314716361
Binary101111101111101010001001000011111111001100111001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EA2; }

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

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

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

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

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

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

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

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