#BA51AA

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

Shades of Fuchsia #BA51AA

Tints of Fuchsia #BA51AA

Color information

#BA51AA (or 0xBA51AA) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and AA. RGB value is (186,81,170). Sum of RGB (Red+Green+Blue) = 186+81+170=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51AA is #45AE55. Grayscale: #7A7A7A. Windows color (decimal): -4566614 or 11162042. OLE color: 11162042.

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

Color convert

RGB18681170-
CMYK00.560.090.27
HSL309.14º43.21%52.35%-
HSV(B)309.14º56.45%72.94%-
XYZ30.4519.2340.14-
YUV122.54154.79173.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=42.56%
G=18.54%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868117000.560.090.27309.1443.2152.35
HexBA51AA03891B1352b34
Octal27212125207011334655364
Binary101110101010001101010100111000100111011100110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51AA; }

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

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

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

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

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

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

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

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