#BC6CC0

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

Shades of Fuchsia #BC6CC0

Tints of Fuchsia #BC6CC0

Color information

#BC6CC0 (or 0xBC6CC0) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and C0. RGB value is (188,108,192). Sum of RGB (Red+Green+Blue) = 188+108+192=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CC0 is #43933F. Grayscale: #8D8D8D. Windows color (decimal): -4428608 or 12610748. OLE color: 12610748.

HSL color Cylindrical-coordinate representation of color #BC6CC0: hue angle of 297.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6CC0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188108192-
CMYK0.020.4400.25
HSL297.14º40%58.82%-
HSV(B)297.14º43.75%75.29%-
XYZ35.6225.2252.86-
YUV141.5156.5161.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=38.52%
G=22.13%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881081920.020.4400.25297.144058.82
HexBC6CC022C019129283b
Octal2741543002540314515073
Binary1011110011011001100000010101100011001100101001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CC0; }

 p { color: rgb(188,108,192); }

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

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

 a { background-color: rgb(188,108,192); }

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

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

 span { border-color: rgb(188,108,192); }

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