#BE5EA5

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

Shades of Mulberry #BE5EA5

Tints of Mulberry #BE5EA5

Color information

#BE5EA5 (or 0xBE5EA5) is unknown color: approx Mulberry. HEX triplet: BE, 5E and A5. RGB value is (190,94,165). Sum of RGB (Red+Green+Blue) = 190+94+165=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 165 (64.84% from 255 or 36.75% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EA5 is #41A15A. Grayscale: #828282. Windows color (decimal): -4301147 or 10837694. OLE color: 10837694.

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

Color convert

RGB19094165-
CMYK00.510.130.25
HSL315.62º42.48%55.69%-
HSV(B)315.62º50.53%74.51%-
XYZ32.0321.6738.09-
YUV130.8147.3170.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 165 (64.84% from 255) = 36.75%
R=42.32%
G=20.94%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909416500.510.130.25315.6242.4855.69
HexBE5EA5033D1913c2a38
Octal27613624506315314745270
Binary101111101011110101001010110011110111001100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5EA5; }

 p { color: rgb(190,94,165); }

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

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

 a { background-color: rgb(190,94,165); }

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

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

 span { border-color: rgb(190,94,165); }

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