#BA6CAC

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

Shades of Fuchsia #BA6CAC

Tints of Fuchsia #BA6CAC

Color information

#BA6CAC (or 0xBA6CAC) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and AC. RGB value is (186,108,172). Sum of RGB (Red+Green+Blue) = 186+108+172=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CAC is #459353. Grayscale: #8A8A8A. Windows color (decimal): -4559700 or 11300026. OLE color: 11300026.

HSL color Cylindrical-coordinate representation of color #BA6CAC: hue angle of 310.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CAC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186108172-
CMYK00.420.080.27
HSL310.77º36.11%57.65%-
HSV(B)310.77º41.94%72.94%-
XYZ33.0624.1441.95-
YUV138.62146.84161.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 108 (42.58% from 255) = 23.18%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=39.91%
G=23.18%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610817200.420.080.27310.7736.1157.65
HexBA6CAC02A81B137243a
Octal27215425405210334674472
Binary101110101101100101011000101010100011011100110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CAC; }

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

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

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

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

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

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

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

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