#BC53C6

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

Shades of Fuchsia #BC53C6

Tints of Fuchsia #BC53C6

Color information

#BC53C6 (or 0xBC53C6) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and C6. RGB value is (188,83,198). Sum of RGB (Red+Green+Blue) = 188+83+198=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC53C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C6 is #43AC39. Grayscale: #7F7F7F. Windows color (decimal): -4435002 or 12997564. OLE color: 12997564.

HSL color Cylindrical-coordinate representation of color #BC53C6: hue angle of 294.78º degrees, saturation: 0.5, 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 #BC53C6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18883198-
CMYK0.050.5800.22
HSL294.78º50.22%55.1%-
HSV(B)294.78º58.08%77.65%-
XYZ34.0320.9655.68-
YUV127.5167.79171.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 198 (77.73% from 255) = 42.22%
R=40.09%
G=17.70%
B=42.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188831980.050.5800.22294.7850.2255.1
HexBC53C653A0161273237
Octal2741233065720264476267
Binary10111100101001111000110101111010010110100100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53C6; }

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

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

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

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

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

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

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

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