#BA579D

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

Shades of Mulberry #BA579D

Tints of Mulberry #BA579D

Color information

#BA579D (or 0xBA579D) is unknown color: approx Mulberry. HEX triplet: BA, 57 and 9D. RGB value is (186,87,157). Sum of RGB (Red+Green+Blue) = 186+87+157=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA579D is #45A862. Grayscale: #7C7C7C. Windows color (decimal): -4565091 or 10311610. OLE color: 10311610.

HSL color Cylindrical-coordinate representation of color #BA579D: hue angle of 317.58º 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 #BA579D is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18687157-
CMYK00.530.160.27
HSL317.58º41.77%53.53%-
HSV(B)317.58º53.23%72.94%-
XYZ29.7419.6934.13-
YUV124.58146.3171.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=43.26%
G=20.23%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868715700.530.160.27317.5841.7753.53
HexBA579D035101B13e2a36
Octal27212723506520334765266
Binary1011101010101111001110101101011000011011100111110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA579D; }

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

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

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

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

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

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

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

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