Html Css Color HEX #B522EA Electric Purple

📋 copy color: '#B522EA'

red 181 ◦ green 34 ◦ blue 234

#B522EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #B522EA

Tints of Electric Purple #B522EA

RGB

 RED value IS 181 (71.09% from 255) = 40.31%

 GREEN value IS 34 (13.67% from 255) = 7.57%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 40.31%
G = 7.57%
B = 52.12%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B522EA (or 0xB522EA) is known color: Electric Purple. HEX triplet: B5, 22 and EA. RGB value is (181,34,234). Sum of RGB (Red+Green+Blue) = 181+34+234=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #B522EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522EA is #4ADD15. Grayscale: #646464. Windows color (decimal): -4906262 or 15344309. OLE color: 15344309.

HSL color Cylindrical-coordinate representation of color #B522EA: hue angle of 284.1º 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 #B522EA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 34 234 -
CMYK 0.23 0.85 0 0.08
HSL 284.1º 0.83% 0.53% -
HSV(B) 284.1º 0.85% 0.92% -
XYZ 34.48 16.91 79.29 -
YUV 100.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 181 34 234 0.23 0.85 0 0.08 284.1 0.83 0.53
Hex B5 22 EA 17 55 0 8 11C 53 35
Octal 265 42 352 27 125 0 10 434 123 65
Binary 10110101 100010 11101010 10111 1010101 0 1000 100011100 1010011 110101

Color Harmonies of #B522EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522EA

Black with #B522EA

Text Example


Text Example

White with #B522EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522EA; }

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

 H1.HeaderClassName
 {
   color: #B522EA;
 }
 .AnyTagClassName
 {
   color: #B522EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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