#BA51A4

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

Shades of Mulberry #BA51A4

Tints of Mulberry #BA51A4

Color information

#BA51A4 (or 0xBA51A4) is unknown color: approx Mulberry. HEX triplet: BA, 51 and A4. RGB value is (186,81,164). Sum of RGB (Red+Green+Blue) = 186+81+164=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A4 is #45AE5B. Grayscale: #797979. Windows color (decimal): -4566620 or 10768826. OLE color: 10768826.

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

Color convert

RGB18681164-
CMYK00.560.120.27
HSL312.57º43.21%52.35%-
HSV(B)312.57º56.45%72.94%-
XYZ29.891937.21-
YUV121.86151.79173.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 164 (64.45% from 255) = 38.05%
R=43.16%
G=18.79%
B=38.05%

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
Decimal1868116400.560.120.27312.5743.2152.35
HexBA51A4038C1B1392b34
Octal27212124407014334715364
Binary101110101010001101001000111000110011011100111001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A4; }

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

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

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

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

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

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

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

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