#BC5DC1

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

Shades of Fuchsia #BC5DC1

Tints of Fuchsia #BC5DC1

Color information

#BC5DC1 (or 0xBC5DC1) is unknown color: approx Fuchsia. HEX triplet: BC, 5D and C1. RGB value is (188,93,193). Sum of RGB (Red+Green+Blue) = 188+93+193=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DC1 is #43A23E. Grayscale: #848484. Windows color (decimal): -4432447 or 12672444. OLE color: 12672444.

HSL color Cylindrical-coordinate representation of color #BC5DC1: hue angle of 297º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5DC1 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18893193-
CMYK0.030.5200.24
HSL297º44.64%56.08%-
HSV(B)297º51.81%75.69%-
XYZ34.2822.3752.96-
YUV132.8161.97167.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=39.66%
G=19.62%
B=40.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188931930.030.5200.2429744.6456.08
HexBC5DC13340181292d38
Octal2741353013640304515570
Binary1011110010111011100000111110100011000100101001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DC1; }

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

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

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

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

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

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

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

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