#B209F2

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

Shades of Electric Purple #B209F2

Tints of Electric Purple #B209F2

Color information

#B209F2 (or 0xB209F2) is unknown color: approx Electric Purple. HEX triplet: B2, 09 and F2. RGB value is (178,9,242). Sum of RGB (Red+Green+Blue) = 178+9+242=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #B209F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B209F2 is #4DF60D. Grayscale: #555555. Windows color (decimal): -5109262 or 15862194. OLE color: 15862194.

HSL color Cylindrical-coordinate representation of color #B209F2: hue angle of 283.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209F2 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1789242-
CMYK0.260.9600.05
HSL283.52º92.83%49.22%-
HSV(B)283.52º96.28%94.9%-
XYZ34.4816.0785.29-
YUV86.09215.99193.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 9 (3.91% from 255) = 2.10%
BLUE value IS 242 (94.92% from 255) = 56.41%
R=41.49%
G=2.10%
B=56.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17892420.260.9600.05283.5292.8349.22
HexB29F21A600511c5d31
Octal26211362321400543413561
Binary1011001010011111001011010110000001011000111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B209F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B209F2; }

 p { color: rgb(178,9,242); }

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

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

 a { background-color: rgb(178,9,242); }

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

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

 span { border-color: rgb(178,9,242); }

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