#BA61AC

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

Shades of Fuchsia #BA61AC

Tints of Fuchsia #BA61AC

Color information

#BA61AC (or 0xBA61AC) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and AC. RGB value is (186,97,172). Sum of RGB (Red+Green+Blue) = 186+97+172=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61AC is #459E53. Grayscale: #838383. Windows color (decimal): -4562516 or 11297210. OLE color: 11297210.

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

Color convert

RGB18697172-
CMYK00.480.080.27
HSL309.44º39.21%55.49%-
HSV(B)309.44º47.85%72.94%-
XYZ31.9721.9741.58-
YUV132.16150.49166.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=40.88%
G=21.32%
B=37.80%

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
Decimal1869717200.480.080.27309.4439.2155.49
HexBA61AC03081B1352737
Octal27214125406010334654767
Binary101110101100001101011000110000100011011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61AC; }

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

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

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

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

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

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

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

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