#BE5990

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

Shades of Mulberry #BE5990

Tints of Mulberry #BE5990

Color information

#BE5990 (or 0xBE5990) is unknown color: approx Mulberry. HEX triplet: BE, 59 and 90. RGB value is (190,89,144). Sum of RGB (Red+Green+Blue) = 190+89+144=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5990 is #41A66F. Grayscale: #7D7D7D. Windows color (decimal): -4302448 or 9460158. OLE color: 9460158.

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

Color convert

RGB19089144-
CMYK00.530.240.25
HSL327.33º43.72%54.71%-
HSV(B)327.33º53.16%74.51%-
XYZ29.8420.1128.69-
YUV125.47138.46174.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=44.92%
G=21.04%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908914400.530.240.25327.3343.7254.71
HexBE599003518191472c37
Octal27613122006530315075467
Binary1011111010110011001000001101011100011001101000111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5990; }

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

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

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

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

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

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

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

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