#BA60AC

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

Shades of Fuchsia #BA60AC

Tints of Fuchsia #BA60AC

Color information

#BA60AC (or 0xBA60AC) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and AC. RGB value is (186,96,172). Sum of RGB (Red+Green+Blue) = 186+96+172=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AC is #459F53. Grayscale: #838383. Windows color (decimal): -4562772 or 11296954. OLE color: 11296954.

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

Color convert

RGB18696172-
CMYK00.480.080.27
HSL309.33º39.47%55.29%-
HSV(B)309.33º48.39%72.94%-
XYZ31.8821.7841.55-
YUV131.57150.82166.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=40.97%
G=21.15%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869617200.480.080.27309.3339.4755.29
HexBA60AC03081B1352737
Octal27214025406010334654767
Binary101110101100000101011000110000100011011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60AC; }

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

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

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

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

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

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

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

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