#BA4EA2

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

Shades of Mulberry #BA4EA2

Tints of Mulberry #BA4EA2

Color information

#BA4EA2 (or 0xBA4EA2) is unknown color: approx Mulberry. HEX triplet: BA, 4E and A2. RGB value is (186,78,162). Sum of RGB (Red+Green+Blue) = 186+78+162=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4EA2 is #45B15D. Grayscale: #777777. Windows color (decimal): -4567390 or 10636986. OLE color: 10636986.

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

Color convert

RGB18678162-
CMYK00.580.130.27
HSL313.33º43.9%51.76%-
HSV(B)313.33º58.06%72.94%-
XYZ29.518.536.2-
YUV119.87151.78175.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=43.66%
G=18.31%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867816200.580.130.27313.3343.951.76
HexBA4EA203AD1B1392c34
Octal27211624207215334715464
Binary101110101001110101000100111010110111011100111001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EA2; }

 p { color: rgb(186,78,162); }

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

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

 a { background-color: rgb(186,78,162); }

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

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

 span { border-color: rgb(186,78,162); }

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