Html Css Color HEX #B520FE Electric Purple

📋 copy color: '#B520FE'

red 181 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #B520FE

Tints of Electric Purple #B520FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 38.76%
G = 6.85%
B = 54.39%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B520FE (or 0xB520FE) is known color: Electric Purple. HEX triplet: B5, 20 and FE. RGB value is (181,32,254). Sum of RGB (Red+Green+Blue) = 181+32+254=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #B520FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520FE is #4ADF01. Grayscale: #656565. Windows color (decimal): -4906754 or 16654517. OLE color: 16654517.

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

Color convert

RGB 181 32 254 -
CMYK 0.29 0.87 0 0.00
HSL 280.27º 0.99% 0.56% -
HSV(B) 280.27º 0.87% 1% -
XYZ 37.46 18.01 95.27 -
YUV 101.86 213.86 184.45 -
System Red Green Blue C M Y K H S L
Decimal 181 32 254 0.29 0.87 0 0.00 280.27 0.99 0.56
Hex B5 20 FE 1D 57 0 0 118 63 38
Octal 265 40 376 35 127 0 0 430 143 70
Binary 10110101 100000 11111110 11101 1010111 0 0 100011000 1100011 111000

Color Harmonies of #B520FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520FE

Black with #B520FE

Text Example


Text Example

White with #B520FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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