#BA60AA

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

Shades of Fuchsia #BA60AA

Tints of Fuchsia #BA60AA

Color information

#BA60AA (or 0xBA60AA) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and AA. RGB value is (186,96,170). Sum of RGB (Red+Green+Blue) = 186+96+170=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AA is #459F55. Grayscale: #838383. Windows color (decimal): -4562774 or 11165882. OLE color: 11165882.

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

Color convert

RGB18696170-
CMYK00.480.090.27
HSL310.67º39.47%55.29%-
HSV(B)310.67º48.39%72.94%-
XYZ31.6921.7140.55-
YUV131.35149.82166.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=41.15%
G=21.24%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869617000.480.090.27310.6739.4755.29
HexBA60AA03091B1372737
Octal27214025206011334674767
Binary101110101100000101010100110000100111011100110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60AA; }

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

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

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

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

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

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

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

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