#BC6CAC

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

Shades of Fuchsia #BC6CAC

Tints of Fuchsia #BC6CAC

Color information

#BC6CAC (or 0xBC6CAC) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and AC. RGB value is (188,108,172). Sum of RGB (Red+Green+Blue) = 188+108+172=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CAC is #439353. Grayscale: #8B8B8B. Windows color (decimal): -4428628 or 11300028. OLE color: 11300028.

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

Color convert

RGB188108172-
CMYK00.430.090.26
HSL312º37.38%58.04%-
HSV(B)312º42.55%73.73%-
XYZ33.5524.441.97-
YUV139.22146.5162.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=40.17%
G=23.08%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810817200.430.090.2631237.3858.04
HexBC6CAC02B91A138253a
Octal27415425405311324704572
Binary101111001101100101011000101011100111010100111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CAC; }

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

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

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

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

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

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

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

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