#BC68AC

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

Shades of Fuchsia #BC68AC

Tints of Fuchsia #BC68AC

Color information

#BC68AC (or 0xBC68AC) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and AC. RGB value is (188,104,172). Sum of RGB (Red+Green+Blue) = 188+104+172=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AC is #439753. Grayscale: #888888. Windows color (decimal): -4429652 or 11299004. OLE color: 11299004.

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

Color convert

RGB188104172-
CMYK00.450.090.26
HSL311.43º38.53%57.25%-
HSV(B)311.43º44.68%73.73%-
XYZ33.1423.5741.83-
YUV136.87147.83164.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=40.52%
G=22.41%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810417200.450.090.26311.4338.5357.25
HexBC68AC02D91A1372739
Octal27415025405511324674771
Binary101111001101000101011000101101100111010100110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68AC; }

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

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

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

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

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

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

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

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