#BC66AD

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

Shades of Fuchsia #BC66AD

Tints of Fuchsia #BC66AD

Color information

#BC66AD (or 0xBC66AD) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and AD. RGB value is (188,102,173). Sum of RGB (Red+Green+Blue) = 188+102+173=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66AD is #439952. Grayscale: #878787. Windows color (decimal): -4430163 or 11364028. OLE color: 11364028.

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

Color convert

RGB188102173-
CMYK00.460.080.26
HSL310.47º39.09%56.86%-
HSV(B)310.47º45.74%73.73%-
XYZ33.0323.2142.27-
YUV135.81148.99165.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=40.60%
G=22.03%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810217300.460.080.26310.4739.0956.86
HexBC66AD02E81A1362739
Octal27414625505610324664771
Binary101111001100110101011010101110100011010100110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66AD; }

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

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

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

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

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

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

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

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