#BA589F

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

Shades of Mulberry #BA589F

Tints of Mulberry #BA589F

Color information

#BA589F (or 0xBA589F) is unknown color: approx Mulberry. HEX triplet: BA, 58 and 9F. RGB value is (186,88,159). Sum of RGB (Red+Green+Blue) = 186+88+159=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA589F is #45A760. Grayscale: #7D7D7D. Windows color (decimal): -4564833 or 10442938. OLE color: 10442938.

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

Color convert

RGB18688159-
CMYK00.530.150.27
HSL316.53º41.53%53.73%-
HSV(B)316.53º52.69%72.94%-
XYZ3019.9235.07-
YUV125.4146.97171.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=42.96%
G=20.32%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868815900.530.150.27316.5341.5353.73
HexBA589F035F1B13d2a36
Octal27213023706517334755266
Binary101110101011000100111110110101111111011100111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA589F; }

 p { color: rgb(186,88,159); }

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

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

 a { background-color: rgb(186,88,159); }

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

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

 span { border-color: rgb(186,88,159); }

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