Html Css Color HEX #B521FD Electric Purple

📋 copy color: '#B521FD'

red 181 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #B521FD

Tints of Electric Purple #B521FD

RGB

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

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

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

R = 38.76%
G = 7.07%
B = 54.18%

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

#B521FD (or 0xB521FD) is known color: Electric Purple. HEX triplet: B5, 21 and FD. RGB value is (181,33,253). Sum of RGB (Red+Green+Blue) = 181+33+253=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #B521FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521FD is #4ADE02. Grayscale: #656565. Windows color (decimal): -4906499 or 16589237. OLE color: 16589237.

HSL color Cylindrical-coordinate representation of color #B521FD: hue angle of 280.36º 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 #B521FD is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 33 253 -
CMYK 0.28 0.87 0 0.01
HSL 280.36º 0.98% 0.56% -
HSV(B) 280.36º 0.87% 0.99% -
XYZ 37.33 18 94.44 -
YUV 102.33 213.03 184.11 -
System Red Green Blue C M Y K H S L
Decimal 181 33 253 0.28 0.87 0 0.01 280.36 0.98 0.56
Hex B5 21 FD 1C 57 0 1 118 62 38
Octal 265 41 375 34 127 0 1 430 142 70
Binary 10110101 100001 11111101 11100 1010111 0 1 100011000 1100010 111000

Color Harmonies of #B521FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521FD

Black with #B521FD

Text Example


Text Example

White with #B521FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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