#BA51A3

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

Shades of Mulberry #BA51A3

Tints of Mulberry #BA51A3

Color information

#BA51A3 (or 0xBA51A3) is unknown color: approx Mulberry. HEX triplet: BA, 51 and A3. RGB value is (186,81,163). Sum of RGB (Red+Green+Blue) = 186+81+163=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A3 is #45AE5C. Grayscale: #797979. Windows color (decimal): -4566621 or 10703290. OLE color: 10703290.

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

Color convert

RGB18681163-
CMYK00.560.120.27
HSL313.14º43.21%52.35%-
HSV(B)313.14º56.45%72.94%-
XYZ29.818.9736.74-
YUV121.74151.29173.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=43.26%
G=18.84%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868116300.560.120.27313.1443.2152.35
HexBA51A3038C1B1392b34
Octal27212124307014334715364
Binary101110101010001101000110111000110011011100111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A3; }

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

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

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

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

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

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

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

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