#BA529D

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

Shades of Mulberry #BA529D

Tints of Mulberry #BA529D

Color information

#BA529D (or 0xBA529D) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 9D. RGB value is (186,82,157). Sum of RGB (Red+Green+Blue) = 186+82+157=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529D is #45AD62. Grayscale: #797979. Windows color (decimal): -4566371 or 10310330. OLE color: 10310330.

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

Color convert

RGB18682157-
CMYK00.560.160.27
HSL316.73º42.98%52.55%-
HSV(B)316.73º55.91%72.94%-
XYZ29.3518.9134-
YUV121.65147.96173.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=43.76%
G=19.29%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868215700.560.160.27316.7342.9852.55
HexBA529D038101B13d2b35
Octal27212223507020334755365
Binary1011101010100101001110101110001000011011100111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA529D; }

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

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

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

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

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

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

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

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