#BC4DC2

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

Shades of Fuchsia #BC4DC2

Tints of Fuchsia #BC4DC2

Color information

#BC4DC2 (or 0xBC4DC2) is unknown color: approx Fuchsia. HEX triplet: BC, 4D and C2. RGB value is (188,77,194). Sum of RGB (Red+Green+Blue) = 188+77+194=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC2 is #43B23D. Grayscale: #7B7B7B. Windows color (decimal): -4436542 or 12733884. OLE color: 12733884.

HSL color Cylindrical-coordinate representation of color #BC4DC2: hue angle of 296.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4DC2 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18877194-
CMYK0.030.6000.24
HSL296.92º48.95%53.14%-
HSV(B)296.92º60.31%76.08%-
XYZ33.1319.8953.13-
YUV123.53167.77173.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 194 (76.17% from 255) = 42.27%
R=40.96%
G=16.78%
B=42.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188771940.030.6000.24296.9248.9553.14
HexBC4DC233C0181293135
Octal2741153023740304516165
Binary1011110010011011100001011111100011000100101001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4DC2; }

 p { color: rgb(188,77,194); }

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

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

 a { background-color: rgb(188,77,194); }

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

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

 span { border-color: rgb(188,77,194); }

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