#BC4DC8

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

Shades of Fuchsia #BC4DC8

Tints of Fuchsia #BC4DC8

Color information

#BC4DC8 (or 0xBC4DC8) is unknown color: approx Fuchsia. HEX triplet: BC, 4D and C8. RGB value is (188,77,200). Sum of RGB (Red+Green+Blue) = 188+77+200=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC8 is #43B237. Grayscale: #7B7B7B. Windows color (decimal): -4436536 or 13127100. OLE color: 13127100.

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

Color convert

RGB18877200-
CMYK0.060.6200.22
HSL294.15º52.79%54.31%-
HSV(B)294.15º61.5%78.43%-
XYZ33.8220.1756.75-
YUV124.21170.77173.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=40.43%
G=16.56%
B=43.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188772000.060.6200.22294.1552.7954.31
HexBC4DC863E0161263536
Octal2741153106760264466566
Binary10111100100110111001000110111110010110100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4DC8; }

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

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

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

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

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

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

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

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