#BC39C1

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

Shades of Fuchsia #BC39C1

Tints of Fuchsia #BC39C1

Color information

#BC39C1 (or 0xBC39C1) is unknown color: approx Fuchsia. HEX triplet: BC, 39 and C1. RGB value is (188,57,193). Sum of RGB (Red+Green+Blue) = 188+57+193=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC39C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39C1 is #43C63E. Grayscale: #6F6F6F. Windows color (decimal): -4441663 or 12663228. OLE color: 12663228.

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

Color convert

RGB18857193-
CMYK0.030.7000.24
HSL297.79º54.4%49.02%-
HSV(B)297.79º70.47%75.69%-
XYZ31.8317.4752.15-
YUV111.67173.9182.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 57 (22.66% from 255) = 13.01%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=42.92%
G=13.01%
B=44.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188571930.030.7000.24297.7954.449.02
HexBC39C134601812a3631
Octal2747130131060304526661
Binary1011110011100111000001111000110011000100101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39C1; }

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

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

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

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

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

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

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

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