#BC66B0

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

Shades of Fuchsia #BC66B0

Tints of Fuchsia #BC66B0

Color information

#BC66B0 (or 0xBC66B0) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and B0. RGB value is (188,102,176). Sum of RGB (Red+Green+Blue) = 188+102+176=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66B0 is #43994F. Grayscale: #878787. Windows color (decimal): -4430160 or 11560636. OLE color: 11560636.

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

Color convert

RGB188102176-
CMYK00.460.060.26
HSL308.37º39.09%56.86%-
HSV(B)308.37º45.74%73.73%-
XYZ33.3323.3343.82-
YUV136.15150.49164.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=40.34%
G=21.89%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810217600.460.060.26308.3739.0956.86
HexBC66B002E61A1342739
Octal2741462600566324644771
Binary10111100110011010110000010111011011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66B0; }

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

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

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

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

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

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

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

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