#BA6AC1

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

Shades of Fuchsia #BA6AC1

Tints of Fuchsia #BA6AC1

Color information

#BA6AC1 (or 0xBA6AC1) is unknown color: approx Fuchsia. HEX triplet: BA, 6A and C1. RGB value is (186,106,193). Sum of RGB (Red+Green+Blue) = 186+106+193=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AC1 is #45953E. Grayscale: #8B8B8B. Windows color (decimal): -4560191 or 12675770. OLE color: 12675770.

HSL color Cylindrical-coordinate representation of color #BA6AC1: hue angle of 295.17º degrees, saturation: 0.41, 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 #BA6AC1 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186106193-
CMYK0.040.4500.24
HSL295.17º41.23%58.63%-
HSV(B)295.17º45.08%75.69%-
XYZ35.0324.653.35-
YUV139.84158160.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=38.35%
G=21.86%
B=39.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861061930.040.4500.24295.1741.2358.63
HexBA6AC142D018127293b
Octal2721523014550304475173
Binary10111010110101011000001100101101011000100100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AC1; }

 p { color: rgb(186,106,193); }

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

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

 a { background-color: rgb(186,106,193); }

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

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

 span { border-color: rgb(186,106,193); }

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