#BE4D80

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

Shades of Mulberry #BE4D80

Tints of Mulberry #BE4D80

Color information

#BE4D80 (or 0xBE4D80) is unknown color: approx Mulberry. HEX triplet: BE, 4D and 80. RGB value is (190,77,128). Sum of RGB (Red+Green+Blue) = 190+77+128=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D80 is #41B27F. Grayscale: #747474. Windows color (decimal): -4305536 or 8408510. OLE color: 8408510.

HSL color Cylindrical-coordinate representation of color #BE4D80: hue angle of 332.92º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D80 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19077128-
CMYK00.590.330.25
HSL332.92º46.5%52.35%-
HSV(B)332.92º59.47%74.51%-
XYZ27.7917.8122.4-
YUV116.6134.44180.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=48.10%
G=19.49%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907712800.590.330.25332.9246.552.35
HexBE4D8003B211914d2f34
Octal27611520007341315155764
Binary10111110100110110000000011101110000111001101001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D80; }

 p { color: rgb(190,77,128); }

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

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

 a { background-color: rgb(190,77,128); }

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

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

 span { border-color: rgb(190,77,128); }

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