#BE5AA3

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

Shades of Mulberry #BE5AA3

Tints of Mulberry #BE5AA3

Color information

#BE5AA3 (or 0xBE5AA3) is unknown color: approx Mulberry. HEX triplet: BE, 5A and A3. RGB value is (190,90,163). Sum of RGB (Red+Green+Blue) = 190+90+163=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AA3 is #41A55C. Grayscale: #808080. Windows color (decimal): -4302173 or 10705598. OLE color: 10705598.

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

Color convert

RGB19090163-
CMYK00.530.140.25
HSL316.2º43.48%54.9%-
HSV(B)316.2º52.63%74.51%-
XYZ31.520.937.02-
YUV128.22147.63172.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 163 (64.06% from 255) = 36.79%
R=42.89%
G=20.32%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909016300.530.140.25316.243.4854.9
HexBE5AA3035E1913c2b37
Octal27613224306516314745367
Binary101111101011010101000110110101111011001100111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5AA3; }

 p { color: rgb(190,90,163); }

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

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

 a { background-color: rgb(190,90,163); }

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

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

 span { border-color: rgb(190,90,163); }

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