#BA40AA

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

Shades of Fuchsia #BA40AA

Tints of Fuchsia #BA40AA

Color information

#BA40AA (or 0xBA40AA) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and AA. RGB value is (186,64,170). Sum of RGB (Red+Green+Blue) = 186+64+170=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA40AA is #45BF55. Grayscale: #707070. Windows color (decimal): -4570966 or 11157690. OLE color: 11157690.

HSL color Cylindrical-coordinate representation of color #BA40AA: hue angle of 307.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA40AA is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18664170-
CMYK00.660.090.27
HSL307.87º48.8%49.02%-
HSV(B)307.87º65.59%72.94%-
XYZ29.3417.0139.77-
YUV112.56160.42180.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 64 (25.39% from 255) = 15.24%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=44.29%
G=15.24%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866417000.660.090.27307.8748.849.02
HexBA40AA04291B1343131
Octal272100252010211334646161
Binary1011101010000001010101001000010100111011100110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40AA; }

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

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

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

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

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

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

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

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