#BC6AAC

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

Shades of Fuchsia #BC6AAC

Tints of Fuchsia #BC6AAC

Color information

#BC6AAC (or 0xBC6AAC) is unknown color: approx Fuchsia. HEX triplet: BC, 6A and AC. RGB value is (188,106,172). Sum of RGB (Red+Green+Blue) = 188+106+172=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6AAC is #439553. Grayscale: #898989. Windows color (decimal): -4429140 or 11299516. OLE color: 11299516.

HSL color Cylindrical-coordinate representation of color #BC6AAC: hue angle of 311.71º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6AAC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188106172-
CMYK00.440.090.26
HSL311.71º37.96%57.65%-
HSV(B)311.71º43.62%73.73%-
XYZ33.3423.9841.9-
YUV138.04147.17163.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=40.34%
G=22.75%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810617200.440.090.26311.7137.9657.65
HexBC6AAC02C91A138263a
Octal27415225405411324704672
Binary101111001101010101011000101100100111010100111000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6AAC; }

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

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

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

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

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

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

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

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