#BE5C8D

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

Shades of Mulberry #BE5C8D

Tints of Mulberry #BE5C8D

Color information

#BE5C8D (or 0xBE5C8D) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 8D. RGB value is (190,92,141). Sum of RGB (Red+Green+Blue) = 190+92+141=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C8D is #41A372. Grayscale: #7E7E7E. Windows color (decimal): -4301683 or 9264318. OLE color: 9264318.

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

Color convert

RGB19092141-
CMYK00.520.260.25
HSL330º42.98%55.29%-
HSV(B)330º51.58%74.51%-
XYZ29.8720.5227.59-
YUV126.89135.97173.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=44.92%
G=21.75%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909214100.520.260.2533042.9855.29
HexBE5C8D0341A1914a2b37
Octal27613421506432315125367
Binary1011111010111001000110101101001101011001101001010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C8D; }

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

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

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

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

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

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

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

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