#BC6DB2

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

Shades of Fuchsia #BC6DB2

Tints of Fuchsia #BC6DB2

Color information

#BC6DB2 (or 0xBC6DB2) is unknown color: approx Fuchsia. HEX triplet: BC, 6D and B2. RGB value is (188,109,178). Sum of RGB (Red+Green+Blue) = 188+109+178=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DB2 is #43924D. Grayscale: #8C8C8C. Windows color (decimal): -4428366 or 11693500. OLE color: 11693500.

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

Color convert

RGB188109178-
CMYK00.420.050.26
HSL307.59º37.09%58.24%-
HSV(B)307.59º42.02%73.73%-
XYZ34.2424.8445.11-
YUV140.49149.17161.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 178 (69.92% from 255) = 37.47%
R=39.58%
G=22.95%
B=37.47%

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
Decimal18810917800.420.050.26307.5937.0958.24
HexBC6DB202A51A134253a
Octal2741552620525324644572
Binary10111100110110110110010010101010111010100110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DB2; }

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

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

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

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

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

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

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

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