#B520F1

Color #B520F1 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B520F1

Tints of Electric Purple #B520F1

Color information

#B520F1 (or 0xB520F1) is unknown color: approx Electric Purple. HEX triplet: B5, 20 and F1. RGB value is (181,32,241). Sum of RGB (Red+Green+Blue) = 181+32+241=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #B520F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520F1 is #4ADF0E. Grayscale: #636363. Windows color (decimal): -4906767 or 15802549. OLE color: 15802549.

HSL color Cylindrical-coordinate representation of color #B520F1: hue angle of 282.78º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520F1 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18132241-
CMYK0.250.8700.05
HSL282.78º88.19%53.53%-
HSV(B)282.78º86.72%94.51%-
XYZ35.4517.2184.67-
YUV100.38207.36185.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 32 (12.89% from 255) = 7.05%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=39.87%
G=7.05%
B=53.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181322410.250.8700.05282.7888.1953.53
HexB520F119570511b5836
Octal26540361311270543313066
Binary101101011000001111000111001101011101011000110111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B520F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B520F1; }

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

 H1.HeaderClassName
 {
   color: #B520F1;
 }
 .AnyTagClassName
 {
   color: #B520F1;
 }
</style>
background-color css

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

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

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

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

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

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