#BC41C6

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

Shades of Fuchsia #BC41C6

Tints of Fuchsia #BC41C6

Color information

#BC41C6 (or 0xBC41C6) is unknown color: approx Fuchsia. HEX triplet: BC, 41 and C6. RGB value is (188,65,198). Sum of RGB (Red+Green+Blue) = 188+65+198=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41C6 is #43BE39. Grayscale: #747474. Windows color (decimal): -4439610 or 12992956. OLE color: 12992956.

HSL color Cylindrical-coordinate representation of color #BC41C6: hue angle of 295.49º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC41C6 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18865198-
CMYK0.050.6700.22
HSL295.49º53.85%51.57%-
HSV(B)295.49º67.17%77.65%-
XYZ32.8218.5555.28-
YUV116.94173.75178.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=41.69%
G=14.41%
B=43.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188651980.050.6700.22295.4953.8551.57
HexBC41C65430161273634
Octal27410130651030264476664
Binary101111001000001110001101011000011010110100100111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41C6; }

 p { color: rgb(188,65,198); }

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

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

 a { background-color: rgb(188,65,198); }

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

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

 span { border-color: rgb(188,65,198); }

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