#BC5CAC

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

Shades of Fuchsia #BC5CAC

Tints of Fuchsia #BC5CAC

Color information

#BC5CAC (or 0xBC5CAC) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and AC. RGB value is (188,92,172). Sum of RGB (Red+Green+Blue) = 188+92+172=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5CAC is #43A353. Grayscale: #818181. Windows color (decimal): -4432724 or 11295932. OLE color: 11295932.

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

Color convert

RGB18892172-
CMYK00.510.090.26
HSL310º41.74%54.9%-
HSV(B)310º51.06%73.73%-
XYZ32.0121.3241.46-
YUV129.82151.8169.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=41.59%
G=20.35%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889217200.510.090.2631041.7454.9
HexBC5CAC03391A1362a37
Octal27413425406311324665267
Binary101111001011100101011000110011100111010100110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CAC; }

 p { color: rgb(188,92,172); }

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

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

 a { background-color: rgb(188,92,172); }

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

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

 span { border-color: rgb(188,92,172); }

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