Html Css Color HEX #B522FF Electric Purple

📋 copy color: '#B522FF'

red 181 ◦ green 34 ◦ blue 255

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

Shades of Electric Purple #B522FF

Tints of Electric Purple #B522FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 38.51%
G = 7.23%
B = 54.26%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B522FF (or 0xB522FF) is known color: Electric Purple. HEX triplet: B5, 22 and FF. RGB value is (181,34,255). Sum of RGB (Red+Green+Blue) = 181+34+255=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B522FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522FF is #4ADD00. Grayscale: #666666. Windows color (decimal): -4906241 or 16720565. OLE color: 16720565.

HSL color Cylindrical-coordinate representation of color #B522FF: hue angle of 279.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B522FF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 34 255 -
CMYK 0.29 0.87 0 0
HSL 279.91º 1% 0.57% -
HSV(B) 279.91º 0.87% 1% -
XYZ 37.68 18.19 96.13 -
YUV 103.15 213.7 183.53 -
System Red Green Blue C M Y K H S L
Decimal 181 34 255 0.29 0.87 0 0 279.91 1 0.57
Hex B5 22 FF 1D 57 0 0 118 64 39
Octal 265 42 377 35 127 0 0 430 144 71
Binary 10110101 100010 11111111 11101 1010111 0 0 100011000 1100100 111001

Color Harmonies of #B522FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B522FF

Black with #B522FF

Text Example


Text Example

White with #B522FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B522FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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