Html Css Color HEX #B520FD Electric Purple

📋 copy color: '#B520FD'

red 181 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #B520FD

Tints of Electric Purple #B520FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 38.84%
G = 6.87%
B = 54.29%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B520FD (or 0xB520FD) is known color: Electric Purple. HEX triplet: B5, 20 and FD. RGB value is (181,32,253). Sum of RGB (Red+Green+Blue) = 181+32+253=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #B520FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520FD is #4ADF02. Grayscale: #656565. Windows color (decimal): -4906755 or 16588981. OLE color: 16588981.

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

Color convert

RGB 181 32 253 -
CMYK 0.28 0.87 0 0.01
HSL 280.45º 0.98% 0.56% -
HSV(B) 280.45º 0.87% 0.99% -
XYZ 37.3 17.95 94.43 -
YUV 101.75 213.36 184.53 -
System Red Green Blue C M Y K H S L
Decimal 181 32 253 0.28 0.87 0 0.01 280.45 0.98 0.56
Hex B5 20 FD 1C 57 0 1 118 62 38
Octal 265 40 375 34 127 0 1 430 142 70
Binary 10110101 100000 11111101 11100 1010111 0 1 100011000 1100010 111000

Color Harmonies of #B520FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B520FD

Black with #B520FD

Text Example


Text Example

White with #B520FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B520FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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