#BA519A

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

Shades of Mulberry #BA519A

Tints of Mulberry #BA519A

Color information

#BA519A (or 0xBA519A) is unknown color: approx Mulberry. HEX triplet: BA, 51 and 9A. RGB value is (186,81,154). Sum of RGB (Red+Green+Blue) = 186+81+154=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA519A is #45AE65. Grayscale: #787878. Windows color (decimal): -4566630 or 10113466. OLE color: 10113466.

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

Color convert

RGB18681154-
CMYK00.560.170.27
HSL318.29º43.21%52.35%-
HSV(B)318.29º56.45%72.94%-
XYZ29.0218.6632.64-
YUV120.72146.79174.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=44.18%
G=19.24%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868115400.560.170.27318.2943.2152.35
HexBA519A038111B13e2b34
Octal27212123207021334765364
Binary1011101010100011001101001110001000111011100111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA519A; }

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

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

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

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

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

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

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

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