#BA51A2

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

Shades of Mulberry #BA51A2

Tints of Mulberry #BA51A2

Color information

#BA51A2 (or 0xBA51A2) is unknown color: approx Mulberry. HEX triplet: BA, 51 and A2. RGB value is (186,81,162). Sum of RGB (Red+Green+Blue) = 186+81+162=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A2 is #45AE5D. Grayscale: #797979. Windows color (decimal): -4566622 or 10637754. OLE color: 10637754.

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

Color convert

RGB18681162-
CMYK00.560.130.27
HSL313.71º43.21%52.35%-
HSV(B)313.71º56.45%72.94%-
XYZ29.7118.9336.27-
YUV121.63150.79173.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=43.36%
G=18.88%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868116200.560.130.27313.7143.2152.35
HexBA51A2038D1B13a2b34
Octal27212124207015334725364
Binary101110101010001101000100111000110111011100111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A2; }

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

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

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

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

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

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

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

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