Html Css Color HEX #B522EC Electric Purple

📋 copy color: '#B522EC'

red 181 ◦ green 34 ◦ blue 236

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

Shades of Electric Purple #B522EC

Tints of Electric Purple #B522EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.33%

R = 40.13%
G = 7.54%
B = 52.33%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B522EC (or 0xB522EC) is known color: Electric Purple. HEX triplet: B5, 22 and EC. RGB value is (181,34,236). Sum of RGB (Red+Green+Blue) = 181+34+236=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #B522EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522EC is #4ADD13. Grayscale: #646464. Windows color (decimal): -4906260 or 15475381. OLE color: 15475381.

HSL color Cylindrical-coordinate representation of color #B522EC: hue angle of 283.66º degrees, saturation: 0.84, 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 #B522EC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 34 236 -
CMYK 0.23 0.86 0 0.07
HSL 283.66º 0.84% 0.53% -
HSV(B) 283.66º 0.86% 0.93% -
XYZ 34.77 17.02 80.81 -
YUV 100.98 204.2 185.07 -
System Red Green Blue C M Y K H S L
Decimal 181 34 236 0.23 0.86 0 0.07 283.66 0.84 0.53
Hex B5 22 EC 17 56 0 7 11C 54 35
Octal 265 42 354 27 126 0 7 434 124 65
Binary 10110101 100010 11101100 10111 1010110 0 111 100011100 1010100 110101

Color Harmonies of #B522EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522EC

Black with #B522EC

Text Example


Text Example

White with #B522EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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