#BE488D

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

Shades of Mulberry #BE488D

Tints of Mulberry #BE488D

Color information

#BE488D (or 0xBE488D) is unknown color: approx Mulberry. HEX triplet: BE, 48 and 8D. RGB value is (190,72,141). Sum of RGB (Red+Green+Blue) = 190+72+141=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE488D is #41B772. Grayscale: #727272. Windows color (decimal): -4306803 or 9259198. OLE color: 9259198.

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

Color convert

RGB19072141-
CMYK00.620.260.25
HSL324.92º47.58%51.37%-
HSV(B)324.92º62.11%74.51%-
XYZ28.3617.527.08-
YUV115.15142.59181.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=47.15%
G=17.87%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907214100.620.260.25324.9247.5851.37
HexBE488D03E1A191453033
Octal27611021507632315056063
Binary1011111010010001000110101111101101011001101000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE488D; }

 p { color: rgb(190,72,141); }

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

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

 a { background-color: rgb(190,72,141); }

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

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

 span { border-color: rgb(190,72,141); }

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