#BC3CC3

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

Shades of Fuchsia #BC3CC3

Tints of Fuchsia #BC3CC3

Color information

#BC3CC3 (or 0xBC3CC3) is unknown color: approx Fuchsia. HEX triplet: BC, 3C and C3. RGB value is (188,60,195). Sum of RGB (Red+Green+Blue) = 188+60+195=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC3CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CC3 is #43C33C. Grayscale: #717171. Windows color (decimal): -4440893 or 12795068. OLE color: 12795068.

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

Color convert

RGB18860195-
CMYK0.040.6900.24
HSL296.89º52.94%50%-
HSV(B)296.89º69.23%76.47%-
XYZ32.2117.8653.38-
YUV113.66173.91181.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 195 (76.56% from 255) = 44.02%
R=42.44%
G=13.54%
B=44.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188601950.040.6900.24296.8952.9450
HexBC3CC34450181293532
Octal2747430341050304516562
Binary10111100111100110000111001000101011000100101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3CC3; }

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

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

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

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

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

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

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

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