Html Css Color HEX #B520EB Electric Purple

📋 copy color: '#B520EB'

red 181 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #B520EB

Tints of Electric Purple #B520EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.14%

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

R = 40.4%
G = 7.14%
B = 52.46%

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

#B520EB (or 0xB520EB) is known color: Electric Purple. HEX triplet: B5, 20 and EB. RGB value is (181,32,235). Sum of RGB (Red+Green+Blue) = 181+32+235=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #B520EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520EB is #4ADF14. Grayscale: #636363. Windows color (decimal): -4906773 or 15409333. OLE color: 15409333.

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

Color convert

RGB 181 32 235 -
CMYK 0.23 0.86 0 0.08
HSL 284.04º 0.84% 0.52% -
HSV(B) 284.04º 0.86% 0.92% -
XYZ 34.57 16.85 80.03 -
YUV 99.69 204.36 185.99 -
System Red Green Blue C M Y K H S L
Decimal 181 32 235 0.23 0.86 0 0.08 284.04 0.84 0.52
Hex B5 20 EB 17 56 0 8 11C 54 34
Octal 265 40 353 27 126 0 10 434 124 64
Binary 10110101 100000 11101011 10111 1010110 0 1000 100011100 1010100 110100

Color Harmonies of #B520EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520EB

Black with #B520EB

Text Example


Text Example

White with #B520EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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