#BC53C8

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

Shades of Fuchsia #BC53C8

Tints of Fuchsia #BC53C8

Color information

#BC53C8 (or 0xBC53C8) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and C8. RGB value is (188,83,200). Sum of RGB (Red+Green+Blue) = 188+83+200=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC53C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C8 is #43AC37. Grayscale: #7F7F7F. Windows color (decimal): -4435000 or 13128636. OLE color: 13128636.

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

Color convert

RGB18883200-
CMYK0.060.5800.22
HSL293.85º51.54%55.49%-
HSV(B)293.85º58.5%78.43%-
XYZ34.2621.0556.9-
YUV127.73168.79170.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=39.92%
G=17.62%
B=42.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188832000.060.5800.22293.8551.5455.49
HexBC53C863A0161263437
Octal2741233106720264466467
Binary10111100101001111001000110111010010110100100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53C8; }

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

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

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

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

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

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

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

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