Html Css Color HEX #B520EA Electric Purple

📋 copy color: '#B520EA'

red 181 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #B520EA

Tints of Electric Purple #B520EA

RGB

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

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

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

R = 40.49%
G = 7.16%
B = 52.35%

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

#B520EA (or 0xB520EA) is known color: Electric Purple. HEX triplet: B5, 20 and EA. RGB value is (181,32,234). Sum of RGB (Red+Green+Blue) = 181+32+234=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #B520EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520EA is #4ADF15. Grayscale: #626262. Windows color (decimal): -4906774 or 15343797. OLE color: 15343797.

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

Color convert

RGB 181 32 234 -
CMYK 0.23 0.86 0 0.08
HSL 284.26º 0.83% 0.52% -
HSV(B) 284.26º 0.86% 0.92% -
XYZ 34.42 16.8 79.27 -
YUV 99.58 203.86 186.07 -
System Red Green Blue C M Y K H S L
Decimal 181 32 234 0.23 0.86 0 0.08 284.26 0.83 0.52
Hex B5 20 EA 17 56 0 8 11C 53 34
Octal 265 40 352 27 126 0 10 434 123 64
Binary 10110101 100000 11101010 10111 1010110 0 1000 100011100 1010011 110100

Color Harmonies of #B520EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520EA

Black with #B520EA

Text Example


Text Example

White with #B520EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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