#BA60AB

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

Shades of Fuchsia #BA60AB

Tints of Fuchsia #BA60AB

Color information

#BA60AB (or 0xBA60AB) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and AB. RGB value is (186,96,171). Sum of RGB (Red+Green+Blue) = 186+96+171=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60AB is #459F54. Grayscale: #838383. Windows color (decimal): -4562773 or 11231418. OLE color: 11231418.

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

Color convert

RGB18696171-
CMYK00.480.080.27
HSL310º39.47%55.29%-
HSV(B)310º48.39%72.94%-
XYZ31.7821.7541.05-
YUV131.46150.32166.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=41.06%
G=21.19%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869617100.480.080.2731039.4755.29
HexBA60AB03081B1362737
Octal27214025306010334664767
Binary101110101100000101010110110000100011011100110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60AB; }

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

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

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

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

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

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

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

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