#BA63AE

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

Shades of Fuchsia #BA63AE

Tints of Fuchsia #BA63AE

Color information

#BA63AE (or 0xBA63AE) is unknown color: approx Fuchsia. HEX triplet: BA, 63 and AE. RGB value is (186,99,174). Sum of RGB (Red+Green+Blue) = 186+99+174=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA63AE is #459C51. Grayscale: #858585. Windows color (decimal): -4562002 or 11428794. OLE color: 11428794.

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

Color convert

RGB18699174-
CMYK00.470.060.27
HSL308.28º38.67%55.88%-
HSV(B)308.28º46.77%72.94%-
XYZ32.3522.4242.67-
YUV133.56150.82165.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=40.52%
G=21.57%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869917400.470.060.27308.2838.6755.88
HexBA63AE02F61B1342738
Octal2721432560576334644770
Binary10111010110001110101110010111111011011100110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA63AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA63AE; }

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

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

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

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

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

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

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

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