#BE5DA5

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

Shades of Mulberry #BE5DA5

Tints of Mulberry #BE5DA5

Color information

#BE5DA5 (or 0xBE5DA5) is unknown color: approx Mulberry. HEX triplet: BE, 5D and A5. RGB value is (190,93,165). Sum of RGB (Red+Green+Blue) = 190+93+165=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DA5 is #41A25A. Grayscale: #828282. Windows color (decimal): -4301403 or 10837438. OLE color: 10837438.

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

Color convert

RGB19093165-
CMYK00.510.130.25
HSL315.46º42.73%55.49%-
HSV(B)315.46º51.05%74.51%-
XYZ31.9421.4938.06-
YUV130.21147.64170.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=42.41%
G=20.76%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909316500.510.130.25315.4642.7355.49
HexBE5DA5033D1913b2b37
Octal27613524506315314735367
Binary101111101011101101001010110011110111001100111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5DA5; }

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

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

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

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

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

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

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

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