#BC66B4

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

Shades of Fuchsia #BC66B4

Tints of Fuchsia #BC66B4

Color information

#BC66B4 (or 0xBC66B4) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and B4. RGB value is (188,102,180). Sum of RGB (Red+Green+Blue) = 188+102+180=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66B4 is #43994B. Grayscale: #888888. Windows color (decimal): -4430156 or 11822780. OLE color: 11822780.

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

Color convert

RGB188102180-
CMYK00.460.040.26
HSL305.58º39.09%56.86%-
HSV(B)305.58º45.74%73.73%-
XYZ33.7323.4945.94-
YUV136.61152.49164.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 180 (70.70% from 255) = 38.30%
R=40%
G=21.70%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810218000.460.040.26305.5839.0956.86
HexBC66B402E41A1322739
Octal2741462640564324624771
Binary10111100110011010110100010111010011010100110010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66B4; }

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

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

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

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

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

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

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

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