#BA63AA

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

Shades of Fuchsia #BA63AA

Tints of Fuchsia #BA63AA

Color information

#BA63AA (or 0xBA63AA) is unknown color: approx Fuchsia. HEX triplet: BA, 63 and AA. RGB value is (186,99,170). Sum of RGB (Red+Green+Blue) = 186+99+170=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AA is #459C55. Grayscale: #848484. Windows color (decimal): -4562006 or 11166650. OLE color: 11166650.

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

Color convert

RGB18699170-
CMYK00.470.090.27
HSL311.03º38.67%55.88%-
HSV(B)311.03º46.77%72.94%-
XYZ31.9722.2740.64-
YUV133.11148.82165.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=40.88%
G=21.76%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869917000.470.090.27311.0338.6755.88
HexBA63AA02F91B1372738
Octal27214325205711334674770
Binary101110101100011101010100101111100111011100110111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63AA; }

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

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

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

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

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

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

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

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