#BE518D

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

Shades of Mulberry #BE518D

Tints of Mulberry #BE518D

Color information

#BE518D (or 0xBE518D) is unknown color: approx Mulberry. HEX triplet: BE, 51 and 8D. RGB value is (190,81,141). Sum of RGB (Red+Green+Blue) = 190+81+141=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE518D is #41AE72. Grayscale: #787878. Windows color (decimal): -4304499 or 9261502. OLE color: 9261502.

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

Color convert

RGB19081141-
CMYK00.570.260.25
HSL326.97º45.61%53.14%-
HSV(B)326.97º57.37%74.51%-
XYZ28.9918.7627.29-
YUV120.43139.61177.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=46.12%
G=19.66%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908114100.570.260.25326.9745.6153.14
HexBE518D0391A191472e35
Octal27612121507132315075665
Binary1011111010100011000110101110011101011001101000111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE518D; }

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

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

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

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

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

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

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

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