Html Css Color HEX #B521EB Electric Purple

📋 copy color: '#B521EB'

red 181 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #B521EB

Tints of Electric Purple #B521EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.35%

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 40.31%
G = 7.35%
B = 52.34%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B521EB (or 0xB521EB) is known color: Electric Purple. HEX triplet: B5, 21 and EB. RGB value is (181,33,235). Sum of RGB (Red+Green+Blue) = 181+33+235=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #B521EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521EB is #4ADE14. Grayscale: #636363. Windows color (decimal): -4906517 or 15409589. OLE color: 15409589.

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

Color convert

RGB 181 33 235 -
CMYK 0.23 0.86 0 0.08
HSL 283.96º 0.83% 0.53% -
HSV(B) 283.96º 0.86% 0.92% -
XYZ 34.6 16.91 80.04 -
YUV 100.28 204.03 185.57 -
System Red Green Blue C M Y K H S L
Decimal 181 33 235 0.23 0.86 0 0.08 283.96 0.83 0.53
Hex B5 21 EB 17 56 0 8 11C 53 35
Octal 265 41 353 27 126 0 10 434 123 65
Binary 10110101 100001 11101011 10111 1010110 0 1000 100011100 1010011 110101

Color Harmonies of #B521EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521EB

Black with #B521EB

Text Example


Text Example

White with #B521EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521EB; }

 p { color: rgb(181,33,235); }

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

background-color css

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

 a { background-color: rgb(181,33,235); }

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

border-color css

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

 span { border-color: rgb(181,33,235); }

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