#BC6AC3

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

Shades of Fuchsia #BC6AC3

Tints of Fuchsia #BC6AC3

Color information

#BC6AC3 (or 0xBC6AC3) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and C3. RGB value is (188,106,195). Sum of RGB (Red+Green+Blue) = 188+106+195=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 106 (41.80% from 255 or 21.68% 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 #BC6AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AC3 is #43953C. Grayscale: #8C8C8C. Windows color (decimal): -4429117 or 12806844. OLE color: 12806844.

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

Color convert

RGB188106195-
CMYK0.040.4600.24
HSL295.28º42.58%59.02%-
HSV(B)295.28º45.64%76.47%-
XYZ35.7424.9454.56-
YUV140.66158.67161.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=38.45%
G=21.68%
B=39.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881061950.040.4600.24295.2842.5859.02
HexBC6AC342E0181272b3b
Octal2741523034560304475373
Binary10111100110101011000011100101110011000100100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AC3; }

 p { color: rgb(188,106,195); }

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

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

 a { background-color: rgb(188,106,195); }

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

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

 span { border-color: rgb(188,106,195); }

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