#BA56A1

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

Shades of Mulberry #BA56A1

Tints of Mulberry #BA56A1

Color information

#BA56A1 (or 0xBA56A1) is unknown color: approx Mulberry. HEX triplet: BA, 56 and A1. RGB value is (186,86,161). Sum of RGB (Red+Green+Blue) = 186+86+161=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56A1 is #45A95E. Grayscale: #7C7C7C. Windows color (decimal): -4565343 or 10573498. OLE color: 10573498.

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

Color convert

RGB18686161-
CMYK00.540.130.27
HSL315º42.02%53.33%-
HSV(B)315º53.76%72.94%-
XYZ30.0119.6735.93-
YUV124.45148.63171.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=42.96%
G=19.86%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868616100.540.130.2731542.0253.33
HexBA56A1036D1B13b2a35
Octal27212624106615334735265
Binary101110101010110101000010110110110111011100111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56A1; }

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

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

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

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

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

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

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

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