#BC6DB3

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

Shades of Fuchsia #BC6DB3

Tints of Fuchsia #BC6DB3

Color information

#BC6DB3 (or 0xBC6DB3) is unknown color: approx Fuchsia. HEX triplet: BC, 6D and B3. RGB value is (188,109,179). Sum of RGB (Red+Green+Blue) = 188+109+179=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DB3 is #43924C. Grayscale: #8C8C8C. Windows color (decimal): -4428365 or 11759036. OLE color: 11759036.

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

Color convert

RGB188109179-
CMYK00.420.050.26
HSL306.84º37.09%58.24%-
HSV(B)306.84º42.02%73.73%-
XYZ34.3424.8845.64-
YUV140.6149.67161.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 179 (70.31% from 255) = 37.61%
R=39.50%
G=22.90%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810917900.420.050.26306.8437.0958.24
HexBC6DB302A51A133253a
Octal2741552630525324634572
Binary10111100110110110110011010101010111010100110011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DB3; }

 p { color: rgb(188,109,179); }

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

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

 a { background-color: rgb(188,109,179); }

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

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

 span { border-color: rgb(188,109,179); }

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