#BA54A1

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

Shades of Mulberry #BA54A1

Tints of Mulberry #BA54A1

Color information

#BA54A1 (or 0xBA54A1) is unknown color: approx Mulberry. HEX triplet: BA, 54 and A1. RGB value is (186,84,161). Sum of RGB (Red+Green+Blue) = 186+84+161=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A1 is #45AB5E. Grayscale: #7B7B7B. Windows color (decimal): -4565855 or 10572986. OLE color: 10572986.

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

Color convert

RGB18684161-
CMYK00.550.130.27
HSL314.71º42.5%52.94%-
HSV(B)314.71º54.84%72.94%-
XYZ29.8519.3535.88-
YUV123.28149.29172.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=43.16%
G=19.49%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868416100.550.130.27314.7142.552.94
HexBA54A1037D1B13b2a35
Octal27212424106715334735265
Binary101110101010100101000010110111110111011100111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54A1; }

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

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

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

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

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

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

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

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