#BE4390

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

Shades of Mulberry #BE4390

Tints of Mulberry #BE4390

Color information

#BE4390 (or 0xBE4390) is unknown color: approx Mulberry. HEX triplet: BE, 43 and 90. RGB value is (190,67,144). Sum of RGB (Red+Green+Blue) = 190+67+144=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4390 is #41BC6F. Grayscale: #707070. Windows color (decimal): -4308080 or 9454526. OLE color: 9454526.

HSL color Cylindrical-coordinate representation of color #BE4390: hue angle of 322.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4390 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19067144-
CMYK00.650.240.25
HSL322.44º48.62%50.39%-
HSV(B)322.44º64.74%74.51%-
XYZ28.2816.9828.17-
YUV112.56145.75183.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 67 (26.56% from 255) = 16.71%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=47.38%
G=16.71%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906714400.650.240.25322.4448.6250.39
HexBE439004118191423132
Octal276103220010130315026162
Binary10111110100001110010000010000011100011001101000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4390; }

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

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

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

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

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

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

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

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