#BC66AB

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

Shades of Fuchsia #BC66AB

Tints of Fuchsia #BC66AB

Color information

#BC66AB (or 0xBC66AB) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and AB. RGB value is (188,102,171). Sum of RGB (Red+Green+Blue) = 188+102+171=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AB is #439954. Grayscale: #878787. Windows color (decimal): -4430165 or 11232956. OLE color: 11232956.

HSL color Cylindrical-coordinate representation of color #BC66AB: hue angle of 311.86º 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 #BC66AB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188102171-
CMYK00.460.090.26
HSL311.86º39.09%56.86%-
HSV(B)311.86º45.74%73.73%-
XYZ32.8423.1341.26-
YUV135.58147.99165.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=40.78%
G=22.13%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810217100.460.090.26311.8639.0956.86
HexBC66AB02E91A1382739
Octal27414625305611324704771
Binary101111001100110101010110101110100111010100111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66AB; }

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

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

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

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

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

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

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

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