#BC60AC

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

Shades of Fuchsia #BC60AC

Tints of Fuchsia #BC60AC

Color information

#BC60AC (or 0xBC60AC) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and AC. RGB value is (188,96,172). Sum of RGB (Red+Green+Blue) = 188+96+172=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60AC is #439F53. Grayscale: #838383. Windows color (decimal): -4431700 or 11296956. OLE color: 11296956.

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

Color convert

RGB18896172-
CMYK00.490.090.26
HSL310.43º40.71%55.69%-
HSV(B)310.43º48.94%73.73%-
XYZ32.3722.0441.58-
YUV132.17150.48167.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=41.23%
G=21.05%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889617200.490.090.26310.4340.7155.69
HexBC60AC03191A1362938
Octal27414025406111324665170
Binary101111001100000101011000110001100111010100110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60AC; }

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

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

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

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

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

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

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

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