#B522EE

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

Shades of Electric Purple #B522EE

Tints of Electric Purple #B522EE

Color information

#B522EE (or 0xB522EE) is unknown color: approx Electric Purple. HEX triplet: B5, 22 and EE. RGB value is (181,34,238). Sum of RGB (Red+Green+Blue) = 181+34+238=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #B522EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522EE is #4ADD11. Grayscale: #646464. Windows color (decimal): -4906258 or 15606453. OLE color: 15606453.

HSL color Cylindrical-coordinate representation of color #B522EE: hue angle of 283.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B522EE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18134238-
CMYK0.240.8600.07
HSL283.24º85.71%53.33%-
HSV(B)283.24º85.71%93.33%-
XYZ35.0617.1482.35-
YUV101.21205.2184.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 34 (13.67% from 255) = 7.51%
BLUE value IS 238 (93.36% from 255) = 52.54%
R=39.96%
G=7.51%
B=52.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal181342380.240.8600.07283.2485.7153.33
HexB522EE18560711b5635
Octal26542356301260743312665
Binary101101011000101110111011000101011001111000110111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B522EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B522EE; }

 p { color: rgb(181,34,238); }

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

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

 a { background-color: rgb(181,34,238); }

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

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

 span { border-color: rgb(181,34,238); }

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