#BC53C1

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

Shades of Fuchsia #BC53C1

Tints of Fuchsia #BC53C1

Color information

#BC53C1 (or 0xBC53C1) is unknown color: approx Fuchsia. HEX triplet: BC, 53 and C1. RGB value is (188,83,193). Sum of RGB (Red+Green+Blue) = 188+83+193=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C1 is #43AC3E. Grayscale: #7E7E7E. Windows color (decimal): -4435007 or 12669884. OLE color: 12669884.

HSL color Cylindrical-coordinate representation of color #BC53C1: hue angle of 297.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC53C1 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18883193-
CMYK0.030.5700.24
HSL297.27º47.01%54.12%-
HSV(B)297.27º56.99%75.69%-
XYZ33.4620.7352.69-
YUV126.94165.29171.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 83 (32.81% from 255) = 17.89%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=40.52%
G=17.89%
B=41.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188831930.030.5700.24297.2747.0154.12
HexBC53C13390181292f36
Octal2741233013710304515766
Binary1011110010100111100000111111001011000100101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53C1; }

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

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

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

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

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

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

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

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