Color - Additive (Combination|Method)

Monet Femme Ombrelle 1886 Logo

About

An additive colorspace works by combination of colors, as in :

Addition of paint or dye is known as a subtractive model because the light reflection filters colors out

Additive primaries color are also known as Plus color

On a color wheel, they are located a 120 degree of each other.

Plus Color On The Wheel

For any colorspace, the plus color (ie additive color) are the opposites (complementray color) of the minus color (subtractive color)

This mixing are valid for all additive colorspaces (even if the most known is RGB): <MATH> \begin{array}{rrrl} & & red & + & green & = & yellow \\ & & red & + & blue & = & magenta \\ & & green & + & blue & = & cyan \\ red & + & green & + & blue & = & white \\ \end{array} </MATH>

Rgb

RGB colorspace is the most used/knwon additive system where the primary colors are:

1)

Note that

Minus Color Vs Plus Color

Rgb Addition function

let addition = ([r1,g1,b1],[r2,g2,b2]) => {
    return [r1+r2,g1+g2,b1+b2];
};





Discover More
Monet Femme Ombrelle 1886 Logo
Color

A color is: a light wave in a range called the visual spectrum (that our eye see) the absence of light or mixed (achromatic colors (white, black, gray) in computer a data type that denotes a color....
Subtractive Color Wheel
Color - (Wheel|Circle|Disc) (Hue Organization)

After Newton had used a prism to separate daylight and count seven individual colors (hue), it appeared to him that this was a closed system. By taking the violet end of the spectrum and linking it to...
Color Blue
Color - Blue

blue is: a hue color (chromatic) a pure color (without additive) one of the percepted human colors. is used as primary color: coordinate in a colorspace (for instance the rgb colorspace) in...
Hsv Plotly
Color - (Parameters|Properties) Color Description

Colors are represented in a coordinate cartésien model known as a colorspace. Each colorspace has between 3 and 4 coordinates that are known as color channel (ie color property) A human colorspace...
Green Color Wheel
Color - Green

green is: a hue color (chromatic) a pure color (without additive) one of the percepted human colors. is used as primary color: coordinate in a colorspace (for instance the rgb colorspace) ...
Monet Femme Ombrelle 1886 Logo
Color - Mixture / Composite (Mix / Blend)

Color mixtures are a mixture of two colors. There is a lot of way to mix (or blend) two colors. The most known is the addition of primary color that creates composite colors (secondary, ..) located at...
Color Wheel Hierarchy
Color - Primary Color

Primary colors are the pure hue used in a colorspace to create other colors called secondary, tertiary, ... by mixing. They: cannot be obtained by mixture of other colors. can be combined to make...
Color - RGB (Red Green Blue Additive Model)

Red Green Blue (RGB) is a color space (model) that specify a color by setting the amount of each of its three primary colors Red, Green, Blue (RGB). Red Green Blue is an additive model where primary...
Color Red
Color - Red

red is: a hue color (chromatic) a pure color without additive. one of the percepted human colors. is used as primary color: coordinate in a colorspace (for instance the rgb colorspace) in...
Violet Wheel Rgv
Color - Violet

violet is: a hue color (chromatic) a pure color without additive. one of the percepted human colors. is used as primary color: coordinate in a colorspace (for instance the rgb colorspace) ...



Share this page:
Follow us:
Task Runner