#BC66B1

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

Shades of Fuchsia #BC66B1

Tints of Fuchsia #BC66B1

Color information

#BC66B1 (or 0xBC66B1) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and B1. RGB value is (188,102,177). Sum of RGB (Red+Green+Blue) = 188+102+177=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC66B1 is #43994E. Grayscale: #888888. Windows color (decimal): -4430159 or 11626172. OLE color: 11626172.

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

Color convert

RGB188102177-
CMYK00.460.060.26
HSL307.67º39.09%56.86%-
HSV(B)307.67º45.74%73.73%-
XYZ33.4323.3744.34-
YUV136.26150.99164.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 177 (69.53% from 255) = 37.90%
R=40.26%
G=21.84%
B=37.90%

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
Decimal18810217700.460.060.26307.6739.0956.86
HexBC66B102E61A1342739
Octal2741462610566324644771
Binary10111100110011010110001010111011011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66B1; }

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

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

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

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

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

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

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

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