#BC5AA6

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

Shades of Fuchsia #BC5AA6

Tints of Fuchsia #BC5AA6

Color information

#BC5AA6 (or 0xBC5AA6) is unknown color: approx Fuchsia. HEX triplet: BC, 5A and A6. RGB value is (188,90,166). Sum of RGB (Red+Green+Blue) = 188+90+166=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5AA6 is #43A559. Grayscale: #7F7F7F. Windows color (decimal): -4433242 or 10902204. OLE color: 10902204.

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

Color convert

RGB18890166-
CMYK00.520.120.26
HSL313.47º42.24%54.51%-
HSV(B)313.47º52.13%73.73%-
XYZ31.2820.7638.43-
YUV127.97149.47170.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 166 (65.23% from 255) = 37.39%
R=42.34%
G=20.27%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889016600.520.120.26313.4742.2454.51
HexBC5AA6034C1A1392a37
Octal27413224606414324715267
Binary101111001011010101001100110100110011010100111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5AA6; }

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

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

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

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

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

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

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

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