#B208F2

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

Shades of Electric Purple #B208F2

Tints of Electric Purple #B208F2

Color information

#B208F2 (or 0xB208F2) is unknown color: approx Electric Purple. HEX triplet: B2, 08 and F2. RGB value is (178,8,242). Sum of RGB (Red+Green+Blue) = 178+8+242=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 242 (94.92% from 255 or 56.54% from 428); Max value from RGB is 242 - color contains mainly: blue. Hex color #B208F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B208F2 is #4DF70D. Grayscale: #545454. Windows color (decimal): -5109518 or 15861938. OLE color: 15861938.

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

Color convert

RGB1788242-
CMYK0.260.9700.05
HSL283.59º93.6%49.02%-
HSV(B)283.59º96.69%94.9%-
XYZ34.4716.0585.29-
YUV85.51216.32193.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 8 (3.52% from 255) = 1.87%
BLUE value IS 242 (94.92% from 255) = 56.54%
R=41.59%
G=1.87%
B=56.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17882420.260.9700.05283.5993.649.02
HexB28F21A610511c5e31
Octal26210362321410543413661
Binary1011001010001111001011010110000101011000111001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B208F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B208F2; }

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

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

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

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

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

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

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

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