#BC6DAD

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

Shades of Fuchsia #BC6DAD

Tints of Fuchsia #BC6DAD

Color information

#BC6DAD (or 0xBC6DAD) is unknown color: approx Fuchsia. HEX triplet: BC, 6D and AD. RGB value is (188,109,173). Sum of RGB (Red+Green+Blue) = 188+109+173=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6DAD is #439252. Grayscale: #8B8B8B. Windows color (decimal): -4428371 or 11365820. OLE color: 11365820.

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

Color convert

RGB188109173-
CMYK00.420.080.26
HSL311.39º37.09%58.24%-
HSV(B)311.39º42.02%73.73%-
XYZ33.7524.6542.51-
YUV139.92146.67162.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 23.19%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=40%
G=23.19%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810917300.420.080.26311.3937.0958.24
HexBC6DAD02A81A137253a
Octal27415525505210324674572
Binary101111001101101101011010101010100011010100110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DAD; }

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

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

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

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

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

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

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

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