#bc3fa6

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

Shades of Fuchsia #BC3FA6

Tints of Fuchsia #BC3FA6

Color information

#BC3FA6 (or 0xBC3FA6) is unknown color: approx Fuchsia. HEX triplet: BC, 3F and A6. RGB value is (188,63,166). Sum of RGB (Red+Green+Blue) = 188+63+166=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FA6 is #43C059. Grayscale: #6F6F6F. Windows color (decimal): -4440154 or 10895292. OLE color: 10895292.

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

Color convert

RGB18863166-
CMYK00.660.120.26
HSL310.56º49.8%49.22%-
HSV(B)310.56º66.49%73.73%-
XYZ29.41737.81-
YUV112.12158.41182.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 166 (65.23% from 255) = 39.81%
R=45.08%
G=15.11%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886316600.660.120.26310.5649.849.22
HexBC3FA6042C1A1373231
Octal27477246010214324676261
Binary101111001111111010011001000010110011010100110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3fa6; }

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

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

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

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

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

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

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

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