Html Css Color HEX #B521F9 Electric Purple

📋 copy color: '#B521F9'

red 181 ◦ green 33 ◦ blue 249

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

Shades of Electric Purple #B521F9

Tints of Electric Purple #B521F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 39.09%
G = 7.13%
B = 53.78%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B521F9 (or 0xB521F9) is known color: Electric Purple. HEX triplet: B5, 21 and F9. RGB value is (181,33,249). Sum of RGB (Red+Green+Blue) = 181+33+249=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #B521F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521F9 is #4ADE06. Grayscale: #656565. Windows color (decimal): -4906503 or 16327093. OLE color: 16327093.

HSL color Cylindrical-coordinate representation of color #B521F9: hue angle of 281.11º degrees, saturation: 0.95, 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 #B521F9 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 33 249 -
CMYK 0.27 0.87 0 0.02
HSL 281.11º 0.95% 0.55% -
HSV(B) 281.11º 0.87% 0.98% -
XYZ 36.7 17.75 91.11 -
YUV 101.88 211.03 184.44 -
System Red Green Blue C M Y K H S L
Decimal 181 33 249 0.27 0.87 0 0.02 281.11 0.95 0.55
Hex B5 21 F9 1B 57 0 2 119 5F 37
Octal 265 41 371 33 127 0 2 431 137 67
Binary 10110101 100001 11111001 11011 1010111 0 10 100011001 1011111 110111

Color Harmonies of #B521F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521F9

Black with #B521F9

Text Example


Text Example

White with #B521F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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