#BC68B1

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

Shades of Fuchsia #BC68B1

Tints of Fuchsia #BC68B1

Color information

#BC68B1 (or 0xBC68B1) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and B1. RGB value is (188,104,177). Sum of RGB (Red+Green+Blue) = 188+104+177=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC68B1 is #43974E. Grayscale: #898989. Windows color (decimal): -4429647 or 11626684. OLE color: 11626684.

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

Color convert

RGB188104177-
CMYK00.450.060.26
HSL307.86º38.53%57.25%-
HSV(B)307.86º44.68%73.73%-
XYZ33.6323.7744.41-
YUV137.44150.33164.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 104 (41.02% from 255) = 22.17%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=40.09%
G=22.17%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810417700.450.060.26307.8638.5357.25
HexBC68B102D61A1342739
Octal2741502610556324644771
Binary10111100110100010110001010110111011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68B1; }

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

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

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

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

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

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

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

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