#BE4481

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

Shades of Mulberry #BE4481

Tints of Mulberry #BE4481

Color information

#BE4481 (or 0xBE4481) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 81. RGB value is (190,68,129). Sum of RGB (Red+Green+Blue) = 190+68+129=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4481 is #41BB7E. Grayscale: #6F6F6F. Windows color (decimal): -4307839 or 8471742. OLE color: 8471742.

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

Color convert

RGB19068129-
CMYK00.640.320.25
HSL330º48.41%50.59%-
HSV(B)330º64.21%74.51%-
XYZ27.2616.6722.55-
YUV111.43137.92184.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=49.10%
G=17.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906812900.640.320.2533048.4150.59
HexBE4481040201914a3033
Octal276104201010040315126063
Binary101111101000100100000010100000010000011001101001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4481; }

 p { color: rgb(190,68,129); }

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

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

 a { background-color: rgb(190,68,129); }

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

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

 span { border-color: rgb(190,68,129); }

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