#BC5DC6

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

Shades of Fuchsia #BC5DC6

Tints of Fuchsia #BC5DC6

Color information

#BC5DC6 (or 0xBC5DC6) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and C6. RGB value is (188,93,198). Sum of RGB (Red+Green+Blue) = 188+93+198=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DC6 is #43A239. Grayscale: #858585. Windows color (decimal): -4432442 or 13000124. OLE color: 13000124.

HSL color Cylindrical-coordinate representation of color #BC5DC6: hue angle of 294.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5DC6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18893198-
CMYK0.050.5300.22
HSL294.29º47.95%57.06%-
HSV(B)294.29º53.03%77.65%-
XYZ34.8522.655.95-
YUV133.38164.47166.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 93 (36.72% from 255) = 19.42%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=39.25%
G=19.42%
B=41.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188931980.050.5300.22294.2947.9557.06
HexBC5DC65350161263039
Octal2741353065650264466071
Binary10111100101110111000110101110101010110100100110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DC6; }

 p { color: rgb(188,93,198); }

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

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

 a { background-color: rgb(188,93,198); }

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

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

 span { border-color: rgb(188,93,198); }

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