#BA64AB

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

Shades of Fuchsia #BA64AB

Tints of Fuchsia #BA64AB

Color information

#BA64AB (or 0xBA64AB) is unknown color: approx Fuchsia. HEX triplet: BA, 64 and AB. RGB value is (186,100,171). Sum of RGB (Red+Green+Blue) = 186+100+171=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64AB is #459B54. Grayscale: #858585. Windows color (decimal): -4561749 or 11232442. OLE color: 11232442.

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

Color convert

RGB186100171-
CMYK00.460.080.27
HSL310.47º38.39%56.08%-
HSV(B)310.47º46.24%72.94%-
XYZ32.1622.4941.17-
YUV133.81148.99165.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=40.70%
G=21.88%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610017100.460.080.27310.4738.3956.08
HexBA64AB02E81B1362638
Octal27214425305610334664670
Binary101110101100100101010110101110100011011100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64AB; }

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

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

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

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

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

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

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

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