#BC64C3

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

Shades of Fuchsia #BC64C3

Tints of Fuchsia #BC64C3

Color information

#BC64C3 (or 0xBC64C3) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and C3. RGB value is (188,100,195). Sum of RGB (Red+Green+Blue) = 188+100+195=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC64C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64C3 is #439B3C. Grayscale: #888888. Windows color (decimal): -4430653 or 12805308. OLE color: 12805308.

HSL color Cylindrical-coordinate representation of color #BC64C3: hue angle of 295.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC64C3 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188100195-
CMYK0.040.4900.24
HSL295.58º44.19%57.84%-
HSV(B)295.58º48.72%76.47%-
XYZ35.1523.7554.36-
YUV137.14160.65164.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 195 (76.56% from 255) = 40.37%
R=38.92%
G=20.70%
B=40.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881001950.040.4900.24295.5844.1957.84
HexBC64C34310181282c3a
Octal2741443034610304505472
Binary10111100110010011000011100110001011000100101000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64C3; }

 p { color: rgb(188,100,195); }

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

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

 a { background-color: rgb(188,100,195); }

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

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

 span { border-color: rgb(188,100,195); }

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