#BC3FA8

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

Shades of Fuchsia #BC3FA8

Tints of Fuchsia #BC3FA8

Color information

#BC3FA8 (or 0xBC3FA8) is unknown color: approx Fuchsia. HEX triplet: BC, 3F and A8. RGB value is (188,63,168). Sum of RGB (Red+Green+Blue) = 188+63+168=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FA8 is #43C057. Grayscale: #707070. Windows color (decimal): -4440152 or 11026364. OLE color: 11026364.

HSL color Cylindrical-coordinate representation of color #BC3FA8: hue angle of 309.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3FA8 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18863168-
CMYK00.660.110.26
HSL309.6º49.8%49.22%-
HSV(B)309.6º66.49%73.73%-
XYZ29.5817.0738.78-
YUV112.34159.41181.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 168 (66.02% from 255) = 40.10%
R=44.87%
G=15.04%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886316800.660.110.26309.649.849.22
HexBC3FA8042B1A1363231
Octal27477250010213324666261
Binary101111001111111010100001000010101111010100110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3FA8; }

 p { color: rgb(188,63,168); }

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

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

 a { background-color: rgb(188,63,168); }

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

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

 span { border-color: rgb(188,63,168); }

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