#BA64AA

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

Shades of Fuchsia #BA64AA

Tints of Fuchsia #BA64AA

Color information

#BA64AA (or 0xBA64AA) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and AA. RGB value is (186,100,170). Sum of RGB (Red+Green+Blue) = 186+100+170=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64AA is #459B55. Grayscale: #858585. Windows color (decimal): -4561750 or 11166906. OLE color: 11166906.

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

Color convert

RGB186100170-
CMYK00.460.090.27
HSL311.16º38.39%56.08%-
HSV(B)311.16º46.24%72.94%-
XYZ32.0622.4640.67-
YUV133.69148.49165.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=40.79%
G=21.93%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610017000.460.090.27311.1638.3956.08
HexBA64AA02E91B1372638
Octal27214425205611334674670
Binary101110101100100101010100101110100111011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64AA; }

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

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

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

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

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

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

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

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