#BE5894

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

Shades of Mulberry #BE5894

Tints of Mulberry #BE5894

Color information

#BE5894 (or 0xBE5894) is unknown color: approx Mulberry. HEX triplet: BE, 58 and 94. RGB value is (190,88,148). Sum of RGB (Red+Green+Blue) = 190+88+148=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5894 is #41A76B. Grayscale: #7D7D7D. Windows color (decimal): -4302700 or 9722046. OLE color: 9722046.

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

Color convert

RGB19088148-
CMYK00.540.220.25
HSL324.71º43.97%54.51%-
HSV(B)324.71º53.68%74.51%-
XYZ30.0720.0630.3-
YUV125.34140.79174.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=44.60%
G=20.66%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908814800.540.220.25324.7143.9754.51
HexBE589403616191452c37
Octal27613022406626315055467
Binary1011111010110001001010001101101011011001101000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5894; }

 p { color: rgb(190,88,148); }

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

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

 a { background-color: rgb(190,88,148); }

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

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

 span { border-color: rgb(190,88,148); }

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