#B20FEA

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

Shades of Electric Purple #B20FEA

Tints of Electric Purple #B20FEA

Color information

#B20FEA (or 0xB20FEA) is unknown color: approx Electric Purple. HEX triplet: B2, 0F and EA. RGB value is (178,15,234). Sum of RGB (Red+Green+Blue) = 178+15+234=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #B20FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B20FEA is #4DF015. Grayscale: #575757. Windows color (decimal): -5107734 or 15339442. OLE color: 15339442.

HSL color Cylindrical-coordinate representation of color #B20FEA: hue angle of 284.66º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20FEA is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17815234-
CMYK0.240.9400.08
HSL284.66º87.95%48.82%-
HSV(B)284.66º93.59%91.76%-
XYZ33.3815.7579.12-
YUV88.7210191.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 234 (91.80% from 255) = 54.80%
R=41.69%
G=3.51%
B=54.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178152340.240.9400.08284.6687.9548.82
HexB2FEA185E0811d5831
Octal262173523013601043513061
Binary10110010111111101010110001011110010001000111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20FEA; }

 p { color: rgb(178,15,234); }

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

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

 a { background-color: rgb(178,15,234); }

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

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

 span { border-color: rgb(178,15,234); }

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