#BA60AE

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

Shades of Fuchsia #BA60AE

Tints of Fuchsia #BA60AE

Color information

#BA60AE (or 0xBA60AE) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and AE. RGB value is (186,96,174). Sum of RGB (Red+Green+Blue) = 186+96+174=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AE is #459F51. Grayscale: #838383. Windows color (decimal): -4562770 or 11428026. OLE color: 11428026.

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

Color convert

RGB18696174-
CMYK00.480.060.27
HSL308º39.47%55.29%-
HSV(B)308º48.39%72.94%-
XYZ32.0721.8642.57-
YUV131.8151.82166.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=40.79%
G=21.05%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869617400.480.060.2730839.4755.29
HexBA60AE03061B1342737
Octal2721402560606334644767
Binary10111010110000010101110011000011011011100110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60AE; }

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

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

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

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

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

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

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

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