#BC64C6

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

Shades of Fuchsia #BC64C6

Tints of Fuchsia #BC64C6

Color information

#BC64C6 (or 0xBC64C6) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and C6. RGB value is (188,100,198). Sum of RGB (Red+Green+Blue) = 188+100+198=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC64C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64C6 is #439B39. Grayscale: #898989. Windows color (decimal): -4430650 or 13001916. OLE color: 13001916.

HSL color Cylindrical-coordinate representation of color #BC64C6: hue angle of 293.88º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC64C6 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188100198-
CMYK0.050.4900.22
HSL293.88º46.23%58.43%-
HSV(B)293.88º49.49%77.65%-
XYZ35.4923.8856.17-
YUV137.48162.15164.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=38.68%
G=20.58%
B=40.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881001980.050.4900.22293.8846.2358.43
HexBC64C65310161262e3a
Octal2741443065610264465672
Binary10111100110010011000110101110001010110100100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64C6; }

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

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

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

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

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

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

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

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