#BA65AA

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

Shades of Fuchsia #BA65AA

Tints of Fuchsia #BA65AA

Color information

#BA65AA (or 0xBA65AA) is unknown color: approx Fuchsia. HEX triplet: BA, 65 and AA. RGB value is (186,101,170). Sum of RGB (Red+Green+Blue) = 186+101+170=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA65AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA65AA is #459A55. Grayscale: #868686. Windows color (decimal): -4561494 or 11167162. OLE color: 11167162.

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

Color convert

RGB186101170-
CMYK00.460.090.27
HSL311.29º38.12%56.27%-
HSV(B)311.29º45.7%72.94%-
XYZ32.1622.6540.71-
YUV134.28148.16164.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=40.70%
G=22.10%
B=37.20%

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
Decimal18610117000.460.090.27311.2938.1256.27
HexBA65AA02E91B1372638
Octal27214525205611334674670
Binary101110101100101101010100101110100111011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA65AA; }

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

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

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

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

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

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

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

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