Html Css Color HEX #B521FA Electric Purple

📋 copy color: '#B521FA'

red 181 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #B521FA

Tints of Electric Purple #B521FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 39.01%
G = 7.11%
B = 53.88%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B521FA (or 0xB521FA) is known color: Electric Purple. HEX triplet: B5, 21 and FA. RGB value is (181,33,250). Sum of RGB (Red+Green+Blue) = 181+33+250=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #B521FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521FA is #4ADE05. Grayscale: #656565. Windows color (decimal): -4906502 or 16392629. OLE color: 16392629.

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

Color convert

RGB 181 33 250 -
CMYK 0.28 0.87 0 0.02
HSL 280.92º 0.96% 0.55% -
HSV(B) 280.92º 0.87% 0.98% -
XYZ 36.86 17.81 91.94 -
YUV 101.99 211.53 184.36 -
System Red Green Blue C M Y K H S L
Decimal 181 33 250 0.28 0.87 0 0.02 280.92 0.96 0.55
Hex B5 21 FA 1C 57 0 2 119 60 37
Octal 265 41 372 34 127 0 2 431 140 67
Binary 10110101 100001 11111010 11100 1010111 0 10 100011001 1100000 110111

Color Harmonies of #B521FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521FA

Black with #B521FA

Text Example


Text Example

White with #B521FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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