#BA63AC

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

Shades of Fuchsia #BA63AC

Tints of Fuchsia #BA63AC

Color information

#BA63AC (or 0xBA63AC) is unknown color: approx Fuchsia. HEX triplet: BA, 63 and AC. RGB value is (186,99,172). Sum of RGB (Red+Green+Blue) = 186+99+172=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AC is #459C53. Grayscale: #858585. Windows color (decimal): -4562004 or 11297722. OLE color: 11297722.

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

Color convert

RGB18699172-
CMYK00.470.080.27
HSL309.66º38.67%55.88%-
HSV(B)309.66º46.77%72.94%-
XYZ32.1622.3441.65-
YUV133.34149.82165.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=40.70%
G=21.66%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869917200.470.080.27309.6638.6755.88
HexBA63AC02F81B1362738
Octal27214325405710334664770
Binary101110101100011101011000101111100011011100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63AC; }

 p { color: rgb(186,99,172); }

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

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

 a { background-color: rgb(186,99,172); }

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

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

 span { border-color: rgb(186,99,172); }

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