#BE59A1

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

Shades of Mulberry #BE59A1

Tints of Mulberry #BE59A1

Color information

#BE59A1 (or 0xBE59A1) is unknown color: approx Mulberry. HEX triplet: BE, 59 and A1. RGB value is (190,89,161). Sum of RGB (Red+Green+Blue) = 190+89+161=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE59A1 is #41A65E. Grayscale: #7F7F7F. Windows color (decimal): -4302431 or 10574270. OLE color: 10574270.

HSL color Cylindrical-coordinate representation of color #BE59A1: hue angle of 317.23º degrees, saturation: 0.44, 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 #BE59A1 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19089161-
CMYK00.530.150.25
HSL317.23º43.72%54.71%-
HSV(B)317.23º53.16%74.51%-
XYZ31.2420.6736.06-
YUV127.41146.96172.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 161 (63.28% from 255) = 36.59%
R=43.18%
G=20.23%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908916100.530.150.25317.2343.7254.71
HexBE59A1035F1913d2c37
Octal27613124106517314755467
Binary101111101011001101000010110101111111001100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59A1; }

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

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

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

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

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

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

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

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