#BA578C

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

Shades of Mulberry #BA578C

Tints of Mulberry #BA578C

Color information

#BA578C (or 0xBA578C) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 8C. RGB value is (186,87,140). Sum of RGB (Red+Green+Blue) = 186+87+140=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA578C is #45A873. Grayscale: #7A7A7A. Windows color (decimal): -4565108 or 9197498. OLE color: 9197498.

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

Color convert

RGB18687140-
CMYK00.530.250.27
HSL327.88º41.77%53.53%-
HSV(B)327.88º53.23%72.94%-
XYZ28.3919.1527.01-
YUV122.64137.8173.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=45.04%
G=21.07%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868714000.530.250.27327.8841.7753.53
HexBA578C035191B1482a36
Octal27212721406531335105266
Binary1011101010101111000110001101011100111011101001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA578C; }

 p { color: rgb(186,87,140); }

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

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

 a { background-color: rgb(186,87,140); }

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

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

 span { border-color: rgb(186,87,140); }

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