#BE5D94

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

Shades of Mulberry #BE5D94

Tints of Mulberry #BE5D94

Color information

#BE5D94 (or 0xBE5D94) is unknown color: approx Mulberry. HEX triplet: BE, 5D and 94. RGB value is (190,93,148). Sum of RGB (Red+Green+Blue) = 190+93+148=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5D94 is #41A26B. Grayscale: #808080. Windows color (decimal): -4301420 or 9723326. OLE color: 9723326.

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

Color convert

RGB19093148-
CMYK00.510.220.25
HSL325.98º42.73%55.49%-
HSV(B)325.98º51.05%74.51%-
XYZ30.4920.9130.45-
YUV128.27139.14172.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=44.08%
G=21.58%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909314800.510.220.25325.9842.7355.49
HexBE5D9403316191462b37
Octal27613522406326315065367
Binary1011111010111011001010001100111011011001101000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D94; }

 p { color: rgb(190,93,148); }

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

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

 a { background-color: rgb(190,93,148); }

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

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

 span { border-color: rgb(190,93,148); }

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