#BC43C0

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

Shades of Fuchsia #BC43C0

Tints of Fuchsia #BC43C0

Color information

#BC43C0 (or 0xBC43C0) is unknown color: approx Fuchsia. HEX triplet: BC, 43 and C0. RGB value is (188,67,192). Sum of RGB (Red+Green+Blue) = 188+67+192=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC43C0 is #43BC3F. Grayscale: #757575. Windows color (decimal): -4439104 or 12600252. OLE color: 12600252.

HSL color Cylindrical-coordinate representation of color #BC43C0: hue angle of 298.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC43C0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18867192-
CMYK0.020.6500.25
HSL298.08º49.8%50.78%-
HSV(B)298.08º65.1%75.29%-
XYZ32.2618.5151.74-
YUV117.43170.09178.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 67 (26.56% from 255) = 14.99%
BLUE value IS 192 (75.39% from 255) = 42.95%
R=42.06%
G=14.99%
B=42.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188671920.020.6500.25298.0849.850.78
HexBC43C024101912a3233
Octal27410330021010314526263
Binary10111100100001111000000101000001011001100101010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC43C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC43C0; }

 p { color: rgb(188,67,192); }

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

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

 a { background-color: rgb(188,67,192); }

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

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

 span { border-color: rgb(188,67,192); }

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