#BA61AA

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

Shades of Fuchsia #BA61AA

Tints of Fuchsia #BA61AA

Color information

#BA61AA (or 0xBA61AA) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and AA. RGB value is (186,97,170). Sum of RGB (Red+Green+Blue) = 186+97+170=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AA is #459E55. Grayscale: #838383. Windows color (decimal): -4562518 or 11166138. OLE color: 11166138.

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

Color convert

RGB18697170-
CMYK00.480.090.27
HSL310.79º39.21%55.49%-
HSV(B)310.79º47.85%72.94%-
XYZ31.7821.8940.58-
YUV131.93149.49166.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=41.06%
G=21.41%
B=37.53%

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
Decimal1869717000.480.090.27310.7939.2155.49
HexBA61AA03091B1372737
Octal27214125206011334674767
Binary101110101100001101010100110000100111011100110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61AA; }

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

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

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

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

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

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

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

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