#B022EF

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

Shades of Electric Purple #B022EF

Tints of Electric Purple #B022EF

Color information

#B022EF (or 0xB022EF) is unknown color: approx Electric Purple. HEX triplet: B0, 22 and EF. RGB value is (176,34,239). Sum of RGB (Red+Green+Blue) = 176+34+239=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #B022EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022EF is #4FDD10. Grayscale: #636363. Windows color (decimal): -5233937 or 15671984. OLE color: 15671984.

HSL color Cylindrical-coordinate representation of color #B022EF: hue angle of 281.56º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B022EF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17634239-
CMYK0.260.8600.06
HSL281.56º86.5%53.53%-
HSV(B)281.56º85.77%93.73%-
XYZ34.0616.6183.07-
YUV99.83206.54182.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 34 (13.67% from 255) = 7.57%
BLUE value IS 239 (93.75% from 255) = 53.23%
R=39.20%
G=7.57%
B=53.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176342390.260.8600.06281.5686.553.53
HexB022EF1A560611a5636
Octal26042357321260643212666
Binary101100001000101110111111010101011001101000110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022EF; }

 p { color: rgb(176,34,239); }

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

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

 a { background-color: rgb(176,34,239); }

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

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

 span { border-color: rgb(176,34,239); }

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