#BA65AC

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

Shades of Fuchsia #BA65AC

Tints of Fuchsia #BA65AC

Color information

#BA65AC (or 0xBA65AC) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and AC. RGB value is (186,101,172). Sum of RGB (Red+Green+Blue) = 186+101+172=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AC is #459A53. Grayscale: #868686. Windows color (decimal): -4561492 or 11298234. OLE color: 11298234.

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

Color convert

RGB186101172-
CMYK00.460.080.27
HSL309.88º38.12%56.27%-
HSV(B)309.88º45.7%72.94%-
XYZ32.3522.7341.71-
YUV134.51149.16164.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=40.52%
G=22.00%
B=37.47%

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
Decimal18610117200.460.080.27309.8838.1256.27
HexBA65AC02E81B1362638
Octal27214525405610334664670
Binary101110101100101101011000101110100011011100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65AC; }

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

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

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

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

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

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

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

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