#BC68AB

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

Shades of Fuchsia #BC68AB

Tints of Fuchsia #BC68AB

Color information

#BC68AB (or 0xBC68AB) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and AB. RGB value is (188,104,171). Sum of RGB (Red+Green+Blue) = 188+104+171=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68AB is #439754. Grayscale: #888888. Windows color (decimal): -4429653 or 11233468. OLE color: 11233468.

HSL color Cylindrical-coordinate representation of color #BC68AB: hue angle of 312.14º 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 #BC68AB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188104171-
CMYK00.450.090.26
HSL312.14º38.53%57.25%-
HSV(B)312.14º44.68%73.73%-
XYZ33.0423.5341.33-
YUV136.75147.33164.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=40.60%
G=22.46%
B=36.93%

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
Decimal18810417100.450.090.26312.1438.5357.25
HexBC68AB02D91A1382739
Octal27415025305511324704771
Binary101111001101000101010110101101100111010100111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68AB; }

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

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

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

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

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

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

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

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