#BC53C5

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

Shades of Fuchsia #BC53C5

Tints of Fuchsia #BC53C5

Color information

#BC53C5 (or 0xBC53C5) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and C5. RGB value is (188,83,197). Sum of RGB (Red+Green+Blue) = 188+83+197=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC53C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C5 is #43AC3A. Grayscale: #7F7F7F. Windows color (decimal): -4435003 or 12932028. OLE color: 12932028.

HSL color Cylindrical-coordinate representation of color #BC53C5: hue angle of 295.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC53C5 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18883197-
CMYK0.050.5800.23
HSL295.26º49.57%54.9%-
HSV(B)295.26º57.87%77.25%-
XYZ33.9120.9155.07-
YUV127.39167.29171.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=40.17%
G=17.74%
B=42.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188831970.050.5800.23295.2649.5754.9
HexBC53C553A0171273237
Octal2741233055720274476267
Binary10111100101001111000101101111010010111100100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53C5; }

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

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

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

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

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

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

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

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