#be57a0

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

Shades of Mulberry #BE57A0

Tints of Mulberry #BE57A0

Color information

#BE57A0 (or 0xBE57A0) is unknown color: approx Mulberry. HEX triplet: BE, 57 and A0. RGB value is (190,87,160). Sum of RGB (Red+Green+Blue) = 190+87+160=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE57A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE57A0 is #41A85F. Grayscale: #7D7D7D. Windows color (decimal): -4302944 or 10508222. OLE color: 10508222.

HSL color Cylindrical-coordinate representation of color #BE57A0: hue angle of 317.48º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE57A0 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19087160-
CMYK00.540.160.25
HSL317.48º44.21%54.31%-
HSV(B)317.48º54.21%74.51%-
XYZ30.9920.335.54-
YUV126.12147.12173.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 87 (34.38% from 255) = 19.91%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=43.48%
G=19.91%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908716000.540.160.25317.4844.2154.31
HexBE57A0036101913d2c36
Octal27612724006620314755466
Binary1011111010101111010000001101101000011001100111101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be57a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be57a0; }

 p { color: rgb(190,87,160); }

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

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

 a { background-color: rgb(190,87,160); }

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

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

 span { border-color: rgb(190,87,160); }

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