#BC6AC5

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

Shades of Fuchsia #BC6AC5

Tints of Fuchsia #BC6AC5

Color information

#BC6AC5 (or 0xBC6AC5) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and C5. RGB value is (188,106,197). Sum of RGB (Red+Green+Blue) = 188+106+197=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC6AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AC5 is #43953A. Grayscale: #8C8C8C. Windows color (decimal): -4429115 or 12937916. OLE color: 12937916.

HSL color Cylindrical-coordinate representation of color #BC6AC5: hue angle of 294.07º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6AC5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188106197-
CMYK0.050.4600.23
HSL294.07º43.96%59.41%-
HSV(B)294.07º46.19%77.25%-
XYZ35.9725.0355.76-
YUV140.89159.67161.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=38.29%
G=21.59%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881061970.050.4600.23294.0743.9659.41
HexBC6AC552E0171262c3b
Octal2741523055560274465473
Binary10111100110101011000101101101110010111100100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AC5; }

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

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

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

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

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

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

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

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