#BE4482

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

Shades of Mulberry #BE4482

Tints of Mulberry #BE4482

Color information

#BE4482 (or 0xBE4482) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 82. RGB value is (190,68,130). Sum of RGB (Red+Green+Blue) = 190+68+130=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4482 is #41BB7D. Grayscale: #6F6F6F. Windows color (decimal): -4307838 or 8537278. OLE color: 8537278.

HSL color Cylindrical-coordinate representation of color #BE4482: hue angle of 329.51º 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 #BE4482 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19068130-
CMYK00.640.320.25
HSL329.51º48.41%50.59%-
HSV(B)329.51º64.21%74.51%-
XYZ27.3316.6922.9-
YUV111.55138.42183.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=48.97%
G=17.53%
B=33.51%

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
Decimal1906813000.640.320.25329.5148.4150.59
HexBE4482040201914a3033
Octal276104202010040315126063
Binary101111101000100100000100100000010000011001101001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4482; }

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

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

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

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

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

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

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

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