#BC53A6

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

Shades of Fuchsia #BC53A6

Tints of Fuchsia #BC53A6

Color information

#BC53A6 (or 0xBC53A6) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and A6. RGB value is (188,83,166). Sum of RGB (Red+Green+Blue) = 188+83+166=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53A6 is #43AC59. Grayscale: #7B7B7B. Windows color (decimal): -4435034 or 10900412. OLE color: 10900412.

HSL color Cylindrical-coordinate representation of color #BC53A6: hue angle of 312.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC53A6 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18883166-
CMYK00.560.120.26
HSL312.57º43.93%53.14%-
HSV(B)312.57º55.85%73.73%-
XYZ30.7219.6338.25-
YUV123.86151.79173.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=43.02%
G=18.99%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888316600.560.120.26312.5743.9353.14
HexBC53A6038C1A1392c35
Octal27412324607014324715465
Binary101111001010011101001100111000110011010100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53A6; }

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

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

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

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

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

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

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

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