#BE5D9A

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

Shades of Mulberry #BE5D9A

Tints of Mulberry #BE5D9A

Color information

#BE5D9A (or 0xBE5D9A) is unknown color: approx Mulberry. HEX triplet: BE, 5D and 9A. RGB value is (190,93,154). Sum of RGB (Red+Green+Blue) = 190+93+154=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5D9A is #41A265. Grayscale: #808080. Windows color (decimal): -4301414 or 10116542. OLE color: 10116542.

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

Color convert

RGB19093154-
CMYK00.510.190.25
HSL322.27º42.73%55.49%-
HSV(B)322.27º51.05%74.51%-
XYZ30.9821.1133.01-
YUV128.96142.14171.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=43.48%
G=21.28%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909315400.510.190.25322.2742.7355.49
HexBE5D9A03313191422b37
Octal27613523206323315025367
Binary1011111010111011001101001100111001111001101000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D9A; }

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

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

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

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

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

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

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

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