#B519F5

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

Shades of Electric Purple #B519F5

Tints of Electric Purple #B519F5

Color information

#B519F5 (or 0xB519F5) is unknown color: approx Electric Purple. HEX triplet: B5, 19 and F5. RGB value is (181,25,245). Sum of RGB (Red+Green+Blue) = 181+25+245=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #B519F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519F5 is #4AE60A. Grayscale: #606060. Windows color (decimal): -4908555 or 16062901. OLE color: 16062901.

HSL color Cylindrical-coordinate representation of color #B519F5: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B519F5 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18125245-
CMYK0.260.9000.04
HSL282.55º91.67%52.94%-
HSV(B)282.55º89.8%96.08%-
XYZ35.8917.1187.8-
YUV96.72211.68188.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 25 (10.16% from 255) = 5.54%
BLUE value IS 245 (96.09% from 255) = 54.32%
R=40.13%
G=5.54%
B=54.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181252450.260.9000.04282.5591.6752.94
HexB519F51A5A0411b5c35
Octal26531365321320443313465
Binary10110101110011111010111010101101001001000110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B519F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B519F5; }

 p { color: rgb(181,25,245); }

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

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

 a { background-color: rgb(181,25,245); }

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

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

 span { border-color: rgb(181,25,245); }

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