#BA529E

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

Shades of Mulberry #BA529E

Tints of Mulberry #BA529E

Color information

#BA529E (or 0xBA529E) is unknown color: approx Mulberry. HEX triplet: BA, 52 and 9E. RGB value is (186,82,158). Sum of RGB (Red+Green+Blue) = 186+82+158=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA529E is #45AD61. Grayscale: #797979. Windows color (decimal): -4566370 or 10375866. OLE color: 10375866.

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

Color convert

RGB18682158-
CMYK00.560.150.27
HSL316.15º42.98%52.55%-
HSV(B)316.15º55.91%72.94%-
XYZ29.4418.9434.45-
YUV121.76148.46173.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=43.66%
G=19.25%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868215800.560.150.27316.1542.9852.55
HexBA529E038F1B13c2b35
Octal27212223607017334745365
Binary101110101010010100111100111000111111011100111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA529E; }

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

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

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

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

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

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

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

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