#BC66C3

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

Shades of Fuchsia #BC66C3

Tints of Fuchsia #BC66C3

Color information

#BC66C3 (or 0xBC66C3) is unknown color: approx Fuchsia. HEX triplet: BC, 66 and C3. RGB value is (188,102,195). Sum of RGB (Red+Green+Blue) = 188+102+195=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC66C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66C3 is #43993C. Grayscale: #8A8A8A. Windows color (decimal): -4430141 or 12805820. OLE color: 12805820.

HSL color Cylindrical-coordinate representation of color #BC66C3: hue angle of 295.48º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC66C3 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188102195-
CMYK0.040.4800.24
HSL295.48º43.66%58.24%-
HSV(B)295.48º47.69%76.47%-
XYZ35.3424.1354.43-
YUV138.32159.99163.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=38.76%
G=21.03%
B=40.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881021950.040.4800.24295.4843.6658.24
HexBC66C34300181272c3a
Octal2741463034600304475472
Binary10111100110011011000011100110000011000100100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC66C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC66C3; }

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

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

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

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

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

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

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

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