#BA6CC3

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

Shades of Fuchsia #BA6CC3

Tints of Fuchsia #BA6CC3

Color information

#BA6CC3 (or 0xBA6CC3) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and C3. RGB value is (186,108,195). Sum of RGB (Red+Green+Blue) = 186+108+195=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA6CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC3 is #45933C. Grayscale: #8C8C8C. Windows color (decimal): -4559677 or 12807354. OLE color: 12807354.

HSL color Cylindrical-coordinate representation of color #BA6CC3: hue angle of 293.79º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6CC3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186108195-
CMYK0.050.4500.24
HSL293.79º42.03%59.41%-
HSV(B)293.79º44.62%76.47%-
XYZ35.4625.154.61-
YUV141.24158.34159.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=38.04%
G=22.09%
B=39.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861081950.050.4500.24293.7942.0359.41
HexBA6CC352D0181262a3b
Octal2721543035550304465273
Binary10111010110110011000011101101101011000100100110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CC3; }

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

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

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

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

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

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

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

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