#BC66BB

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

Shades of Fuchsia #BC66BB

Tints of Fuchsia #BC66BB

Color information

#BC66BB (or 0xBC66BB) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and BB. RGB value is (188,102,187). Sum of RGB (Red+Green+Blue) = 188+102+187=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66BB is #439944. Grayscale: #898989. Windows color (decimal): -4430149 or 12281532. OLE color: 12281532.

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

Color convert

RGB188102187-
CMYK00.460.010.26
HSL300.7º39.09%56.86%-
HSV(B)300.7º45.74%73.73%-
XYZ34.4623.7849.79-
YUV137.4155.99164.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=39.41%
G=21.38%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810218700.460.010.26300.739.0956.86
HexBC66BB02E11A12d2739
Octal2741462730561324554771
Binary101111001100110101110110101110111010100101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66BB; }

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

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

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

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

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

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

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

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