#BE5C9C

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

Shades of Mulberry #BE5C9C

Tints of Mulberry #BE5C9C

Color information

#BE5C9C (or 0xBE5C9C) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 9C. RGB value is (190,92,156). Sum of RGB (Red+Green+Blue) = 190+92+156=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C9C is #41A363. Grayscale: #808080. Windows color (decimal): -4301668 or 10247358. OLE color: 10247358.

HSL color Cylindrical-coordinate representation of color #BE5C9C: hue angle of 320.82º 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 #BE5C9C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19092156-
CMYK00.520.180.25
HSL320.82º42.98%55.29%-
HSV(B)320.82º51.58%74.51%-
XYZ31.062133.87-
YUV128.6143.47171.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=43.38%
G=21.00%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909215600.520.180.25320.8242.9855.29
HexBE5C9C03412191412b37
Octal27613423406422315015367
Binary1011111010111001001110001101001001011001101000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C9C; }

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

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

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

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

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

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

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

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