#BC68BB

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

Shades of Fuchsia #BC68BB

Tints of Fuchsia #BC68BB

Color information

#BC68BB (or 0xBC68BB) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and BB. RGB value is (188,104,187). Sum of RGB (Red+Green+Blue) = 188+104+187=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68BB is #439744. Grayscale: #8A8A8A. Windows color (decimal): -4429637 or 12282044. OLE color: 12282044.

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

Color convert

RGB188104187-
CMYK00.450.010.26
HSL300.71º38.53%57.25%-
HSV(B)300.71º44.68%73.73%-
XYZ34.6624.1849.85-
YUV138.58155.33163.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=39.25%
G=21.71%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810418700.450.010.26300.7138.5357.25
HexBC68BB02D11A12d2739
Octal2741502730551324554771
Binary101111001101000101110110101101111010100101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68BB; }

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

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

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

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

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

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

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

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