#BC3CC2

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

Shades of Fuchsia #BC3CC2

Tints of Fuchsia #BC3CC2

Color information

#BC3CC2 (or 0xBC3CC2) is unknown color: approx Fuchsia. HEX triplet: BC, 3C and C2. RGB value is (188,60,194). Sum of RGB (Red+Green+Blue) = 188+60+194=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC3CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CC2 is #43C33D. Grayscale: #717171. Windows color (decimal): -4440894 or 12729532. OLE color: 12729532.

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

Color convert

RGB18860194-
CMYK0.030.6900.24
HSL297.31º52.76%49.8%-
HSV(B)297.31º69.07%76.08%-
XYZ32.0917.8252.79-
YUV113.55173.41181.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 60 (23.83% from 255) = 13.57%
BLUE value IS 194 (76.17% from 255) = 43.89%
R=42.53%
G=13.57%
B=43.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188601940.030.6900.24297.3152.7649.8
HexBC3CC23450181293532
Octal2747430231050304516562
Binary1011110011110011000010111000101011000100101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3CC2; }

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

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

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

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

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

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

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

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