#BC5AC8

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

Shades of Fuchsia #BC5AC8

Tints of Fuchsia #BC5AC8

Color information

#BC5AC8 (or 0xBC5AC8) is unknown color: approx Fuchsia. HEX triplet: BC, 5A and C8. RGB value is (188,90,200). Sum of RGB (Red+Green+Blue) = 188+90+200=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC5AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5AC8 is #43A537. Grayscale: #838383. Windows color (decimal): -4433208 or 13130428. OLE color: 13130428.

HSL color Cylindrical-coordinate representation of color #BC5AC8: hue angle of 293.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5AC8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18890200-
CMYK0.060.5500.22
HSL293.45º50%56.86%-
HSV(B)293.45º55%78.43%-
XYZ34.8222.1757.09-
YUV131.84166.47168.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 90 (35.55% from 255) = 18.83%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=39.33%
G=18.83%
B=41.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188902000.060.5500.22293.455056.86
HexBC5AC86370161253239
Octal2741323106670264456271
Binary10111100101101011001000110110111010110100100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AC8; }

 p { color: rgb(188,90,200); }

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

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

 a { background-color: rgb(188,90,200); }

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

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

 span { border-color: rgb(188,90,200); }

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