Warning: Function registration failed - duplicate name - xslt_create in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_sax_handlers in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_scheme_handlers in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_error_handler in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_base in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_encoding in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_log in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_process in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_error in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_errno in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_free in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_set_object in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_setopt in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_getopt in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_backend_version in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_backend_name in /home/avernet/public_html/misc/controller.php on line 2

Warning: Function registration failed - duplicate name - xslt_backend_info in /home/avernet/public_html/misc/controller.php on line 2

Warning: xslt: Unable to register functions, unable to load in Unknown on line 0
Fuchsia and Pink

Fuchsia and Pink

Alessandro Vernet
July, 2003

Two Different Colors


Pink "HTML" Fuchsia Fuchsia

Pink is pale red. Technically, we could use the name pink to designate every color between pure red and white. The above color is exactly between red and white (#FF8080).

Fuchsia is defined as "a brilliant deep pink color tinged with purple". Purple is the combination of red and blue. So technically, we could use the name fuchsia to designate every color between a pink (red and white) and purple (red and blue). Simply stated, fuchsia is a pink with some blue color added to it.

The above color is fuchsia as defined in the HTML specification. It is the most purplish fuchsia that can still be called "fuchsia" as there is here as much blue as red (#FF00FF).

If we try to stay closer to the definition of fuchsia and just add blue to pink, we get a more balanced fuchsia, as shown above.

Technically, to get this fuchsia, we only change the blue component of pink (#FF8080). The new blue component is computed to be between the "80" and "FF" (pure blue, here in hexadecimal): (80+FF)/2 = BF. So this fuchsia is #FF80BF.

References