#BC6BB2

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

Shades of Fuchsia #BC6BB2

Tints of Fuchsia #BC6BB2

Color information

#BC6BB2 (or 0xBC6BB2) is unknown color: approx Fuchsia. HEX triplet: BC, 6B and B2. RGB value is (188,107,178). Sum of RGB (Red+Green+Blue) = 188+107+178=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BB2 is #43944D. Grayscale: #8B8B8B. Windows color (decimal): -4428878 or 11692988. OLE color: 11692988.

HSL color Cylindrical-coordinate representation of color #BC6BB2: hue angle of 307.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6BB2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188107178-
CMYK00.430.050.26
HSL307.41º37.67%57.84%-
HSV(B)307.41º43.09%73.73%-
XYZ34.0324.4245.04-
YUV139.31149.84162.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=39.75%
G=22.62%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810717800.430.050.26307.4137.6757.84
HexBC6BB202B51A133263a
Octal2741532620535324634672
Binary10111100110101110110010010101110111010100110011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BB2; }

 p { color: rgb(188,107,178); }

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

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

 a { background-color: rgb(188,107,178); }

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

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

 span { border-color: rgb(188,107,178); }

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