#BC37AC

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

Shades of Fuchsia #BC37AC

Tints of Fuchsia #BC37AC

Color information

#BC37AC (or 0xBC37AC) is unknown color: approx Fuchsia. HEX triplet: BC, 37 and AC. RGB value is (188,55,172). Sum of RGB (Red+Green+Blue) = 188+55+172=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC37AC is #43C853. Grayscale: #6B6B6B. Windows color (decimal): -4442196 or 11286460. OLE color: 11286460.

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

Color convert

RGB18855172-
CMYK00.710.090.26
HSL307.22º54.73%47.65%-
HSV(B)307.22º70.74%73.73%-
XYZ29.5516.440.64-
YUV108.1164.06184.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 55 (21.88% from 255) = 13.25%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=45.30%
G=13.25%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885517200.710.090.26307.2254.7347.65
HexBC37AC04791A1333730
Octal27467254010711324636760
Binary101111001101111010110001000111100111010100110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC37AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC37AC; }

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

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

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

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

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

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

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

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