#BA59A1

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

Shades of Mulberry #BA59A1

Tints of Mulberry #BA59A1

Color information

#BA59A1 (or 0xBA59A1) is unknown color: approx Mulberry. HEX triplet: BA, 59 and A1. RGB value is (186,89,161). Sum of RGB (Red+Green+Blue) = 186+89+161=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A1 is #45A65E. Grayscale: #7E7E7E. Windows color (decimal): -4564575 or 10574266. OLE color: 10574266.

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

Color convert

RGB18689161-
CMYK00.520.130.27
HSL315.46º41.28%53.92%-
HSV(B)315.46º52.15%72.94%-
XYZ30.2620.1636.01-
YUV126.21147.64170.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 161 (63.28% from 255) = 36.93%
R=42.66%
G=20.41%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868916100.520.130.27315.4641.2853.92
HexBA59A1034D1B13b2936
Octal27213124106415334735166
Binary101110101011001101000010110100110111011100111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA59A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA59A1; }

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

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

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

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

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

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

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

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