#BC53A5

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

Shades of Fuchsia #BC53A5

Tints of Fuchsia #BC53A5

Color information

#BC53A5 (or 0xBC53A5) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and A5. RGB value is (188,83,165). Sum of RGB (Red+Green+Blue) = 188+83+165=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53A5 is #43AC5A. Grayscale: #7B7B7B. Windows color (decimal): -4435035 or 10834876. OLE color: 10834876.

HSL color Cylindrical-coordinate representation of color #BC53A5: hue angle of 313.14º 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 #BC53A5 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18883165-
CMYK00.560.120.26
HSL313.14º43.93%53.14%-
HSV(B)313.14º55.85%73.73%-
XYZ30.6219.5937.77-
YUV123.74151.29173.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 83 (32.81% from 255) = 19.04%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=43.12%
G=19.04%
B=37.84%

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
Decimal1888316500.560.120.26313.1443.9353.14
HexBC53A5038C1A1392c35
Octal27412324507014324715465
Binary101111001010011101001010111000110011010100111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53A5; }

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

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

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

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

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

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

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

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