#BE5C93

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

Shades of Mulberry #BE5C93

Tints of Mulberry #BE5C93

Color information

#BE5C93 (or 0xBE5C93) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 93. RGB value is (190,92,147). Sum of RGB (Red+Green+Blue) = 190+92+147=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C93 is #41A36C. Grayscale: #7F7F7F. Windows color (decimal): -4301677 or 9657534. OLE color: 9657534.

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

Color convert

RGB19092147-
CMYK00.520.230.25
HSL326.33º42.98%55.29%-
HSV(B)326.33º51.58%74.51%-
XYZ30.3320.7130-
YUV127.57138.97172.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=44.29%
G=21.45%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909214700.520.230.25326.3342.9855.29
HexBE5C9303417191462b37
Octal27613422306427315065367
Binary1011111010111001001001101101001011111001101000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C93; }

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

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

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

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

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

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

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

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