#BA549A

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

Shades of Mulberry #BA549A

Tints of Mulberry #BA549A

Color information

#BA549A (or 0xBA549A) is unknown color: approx Mulberry. HEX triplet: BA, 54 and 9A. RGB value is (186,84,154). Sum of RGB (Red+Green+Blue) = 186+84+154=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA549A is #45AB65. Grayscale: #7A7A7A. Windows color (decimal): -4565862 or 10114234. OLE color: 10114234.

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

Color convert

RGB18684154-
CMYK00.550.170.27
HSL318.82º42.5%52.94%-
HSV(B)318.82º54.84%72.94%-
XYZ29.2519.1132.72-
YUV122.48145.79173.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=43.87%
G=19.81%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868415400.550.170.27318.8242.552.94
HexBA549A037111B13f2a35
Octal27212423206721334775265
Binary1011101010101001001101001101111000111011100111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA549A; }

 p { color: rgb(186,84,154); }

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

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

 a { background-color: rgb(186,84,154); }

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

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

 span { border-color: rgb(186,84,154); }

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