#BE4180

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

Shades of Mulberry #BE4180

Tints of Mulberry #BE4180

Color information

#BE4180 (or 0xBE4180) is unknown color: approx Mulberry. HEX triplet: BE, 41 and 80. RGB value is (190,65,128). Sum of RGB (Red+Green+Blue) = 190+65+128=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4180 is #41BE7F. Grayscale: #6D6D6D. Windows color (decimal): -4308608 or 8405438. OLE color: 8405438.

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

Color convert

RGB19065128-
CMYK00.660.330.25
HSL329.76º49.02%50%-
HSV(B)329.76º65.79%74.51%-
XYZ27.0216.2922.14-
YUV109.56138.41185.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=49.61%
G=16.97%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906512800.660.330.25329.7649.0250
HexBE4180042211914a3132
Octal276101200010241315126162
Binary101111101000001100000000100001010000111001101001010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4180; }

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

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

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

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

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

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

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

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