#BC53C3

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

Shades of Fuchsia #BC53C3

Tints of Fuchsia #BC53C3

Color information

#BC53C3 (or 0xBC53C3) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and C3. RGB value is (188,83,195). Sum of RGB (Red+Green+Blue) = 188+83+195=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC53C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C3 is #43AC3C. Grayscale: #7E7E7E. Windows color (decimal): -4435005 or 12800956. OLE color: 12800956.

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

Color convert

RGB18883195-
CMYK0.040.5700.24
HSL296.25º48.28%54.51%-
HSV(B)296.25º57.44%76.47%-
XYZ33.6820.8253.87-
YUV127.16166.29171.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 83 (32.81% from 255) = 17.81%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=40.34%
G=17.81%
B=41.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188831950.040.5700.24296.2548.2854.51
HexBC53C34390181283037
Octal2741233034710304506067
Binary10111100101001111000011100111001011000100101000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53C3; }

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

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

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

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

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

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

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

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