#B222EA

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

Shades of Electric Purple #B222EA

Tints of Electric Purple #B222EA

Color information

#B222EA (or 0xB222EA) is unknown color: approx Electric Purple. HEX triplet: B2, 22 and EA. RGB value is (178,34,234). Sum of RGB (Red+Green+Blue) = 178+34+234=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #B222EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B222EA is #4DDD15. Grayscale: #636363. Windows color (decimal): -5102870 or 15344306. OLE color: 15344306.

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

Color convert

RGB17834234-
CMYK0.240.8500.08
HSL283.2º82.64%52.55%-
HSV(B)283.2º85.47%91.76%-
XYZ33.7816.5579.26-
YUV99.86203.71183.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 34 (13.67% from 255) = 7.62%
BLUE value IS 234 (91.80% from 255) = 52.47%
R=39.91%
G=7.62%
B=52.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178342340.240.8500.08283.282.6452.55
HexB222EA18550811b5335
Octal262423523012501043312365
Binary1011001010001011101010110001010101010001000110111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B222EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B222EA; }

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

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

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

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

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

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

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

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