#BC50C6

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

Shades of Fuchsia #BC50C6

Tints of Fuchsia #BC50C6

Color information

#BC50C6 (or 0xBC50C6) is unknown color: approx Fuchsia. HEX triplet: BC, 50 and C6. RGB value is (188,80,198). Sum of RGB (Red+Green+Blue) = 188+80+198=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC50C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50C6 is #43AF39. Grayscale: #7D7D7D. Windows color (decimal): -4435770 or 12996796. OLE color: 12996796.

HSL color Cylindrical-coordinate representation of color #BC50C6: hue angle of 294.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC50C6 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18880198-
CMYK0.050.6000.22
HSL294.92º50.86%54.51%-
HSV(B)294.92º59.6%77.65%-
XYZ33.820.5155.6-
YUV125.74168.78172.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 198 (77.73% from 255) = 42.49%
R=40.34%
G=17.17%
B=42.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188801980.050.6000.22294.9250.8654.51
HexBC50C653C0161273337
Octal2741203065740264476367
Binary10111100101000011000110101111100010110100100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC50C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC50C6; }

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

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

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

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

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

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

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

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