#BA5EA1

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

Shades of Mulberry #BA5EA1

Tints of Mulberry #BA5EA1

Color information

#BA5EA1 (or 0xBA5EA1) is unknown color: approx Mulberry. HEX triplet: BA, 5E and A1. RGB value is (186,94,161). Sum of RGB (Red+Green+Blue) = 186+94+161=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EA1 is #45A15E. Grayscale: #808080. Windows color (decimal): -4563295 or 10575546. OLE color: 10575546.

HSL color Cylindrical-coordinate representation of color #BA5EA1: hue angle of 316.3º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EA1 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB18694161-
CMYK00.490.130.27
HSL316.3º40%54.9%-
HSV(B)316.3º49.46%72.94%-
XYZ30.6921.0236.16-
YUV129.15145.98168.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 161 (63.28% from 255) = 36.51%
R=42.18%
G=21.32%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869416100.490.130.27316.34054.9
HexBA5EA1031D1B13c2837
Octal27213624106115334745067
Binary101110101011110101000010110001110111011100111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EA1; }

 p { color: rgb(186,94,161); }

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

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

 a { background-color: rgb(186,94,161); }

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

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

 span { border-color: rgb(186,94,161); }

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