#BE5582

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

Shades of Mulberry #BE5582

Tints of Mulberry #BE5582

Color information

#BE5582 (or 0xBE5582) is unknown color: approx Mulberry. HEX triplet: BE, 55 and 82. RGB value is (190,85,130). Sum of RGB (Red+Green+Blue) = 190+85+130=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5582 is #41AA7D. Grayscale: #797979. Windows color (decimal): -4303486 or 8541630. OLE color: 8541630.

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

Color convert

RGB19085130-
CMYK00.550.320.25
HSL334.29º44.68%53.92%-
HSV(B)334.29º55.26%74.51%-
XYZ28.5119.0623.29-
YUV121.52132.79176.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=46.91%
G=20.99%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908513000.550.320.25334.2944.6853.92
HexBE5582037201914e2d36
Octal27612520206740315165566
Binary10111110101010110000010011011110000011001101001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5582; }

 p { color: rgb(190,85,130); }

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

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

 a { background-color: rgb(190,85,130); }

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

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

 span { border-color: rgb(190,85,130); }

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