#BC66AA

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

Shades of Fuchsia #BC66AA

Tints of Fuchsia #BC66AA

Color information

#BC66AA (or 0xBC66AA) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and AA. RGB value is (188,102,170). Sum of RGB (Red+Green+Blue) = 188+102+170=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AA is #439955. Grayscale: #878787. Windows color (decimal): -4430166 or 11167420. OLE color: 11167420.

HSL color Cylindrical-coordinate representation of color #BC66AA: hue angle of 312.56º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC66AA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188102170-
CMYK00.460.100.26
HSL312.56º39.09%56.86%-
HSV(B)312.56º45.74%73.73%-
XYZ32.7523.140.76-
YUV135.47147.49165.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=40.87%
G=22.17%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810217000.460.100.26312.5639.0956.86
HexBC66AA02EA1A1392739
Octal27414625205612324714771
Binary101111001100110101010100101110101011010100111001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66AA; }

 p { color: rgb(188,102,170); }

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

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

 a { background-color: rgb(188,102,170); }

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

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

 span { border-color: rgb(188,102,170); }

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