#BE5087

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

Shades of Mulberry #BE5087

Tints of Mulberry #BE5087

Color information

#BE5087 (or 0xBE5087) is unknown color: approx Mulberry. HEX triplet: BE, 50 and 87. RGB value is (190,80,135). Sum of RGB (Red+Green+Blue) = 190+80+135=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5087 is #41AF78. Grayscale: #777777. Windows color (decimal): -4304761 or 8868030. OLE color: 8868030.

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

Color convert

RGB19080135-
CMYK00.580.290.25
HSL330º45.83%52.94%-
HSV(B)330º57.89%74.51%-
XYZ28.4818.4324.98-
YUV119.16136.94178.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=46.91%
G=19.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908013500.580.290.2533045.8352.94
HexBE508703A1D1914a2e35
Octal27612020707235315125665
Binary1011111010100001000011101110101110111001101001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5087; }

 p { color: rgb(190,80,135); }

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

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

 a { background-color: rgb(190,80,135); }

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

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

 span { border-color: rgb(190,80,135); }

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