#B517E5

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

Shades of Electric Purple #B517E5

Tints of Electric Purple #B517E5

Color information

#B517E5 (or 0xB517E5) is unknown color: approx Electric Purple. HEX triplet: B5, 17 and E5. RGB value is (181,23,229). Sum of RGB (Red+Green+Blue) = 181+23+229=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #B517E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517E5 is #4AE81A. Grayscale: #5D5D5D. Windows color (decimal): -4909083 or 15013813. OLE color: 15013813.

HSL color Cylindrical-coordinate representation of color #B517E5: hue angle of 286.02º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B517E5 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18123229-
CMYK0.210.9000.10
HSL286.02º81.75%49.41%-
HSV(B)286.02º89.96%89.8%-
XYZ33.5116.0975.47-
YUV93.73204.35190.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 23 (9.38% from 255) = 5.31%
BLUE value IS 229 (89.84% from 255) = 52.89%
R=41.80%
G=5.31%
B=52.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181232290.210.9000.10286.0281.7549.41
HexB517E5155A0A11e5231
Octal265273452513201243612261
Binary101101011011111100101101011011010010101000111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B517E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B517E5; }

 p { color: rgb(181,23,229); }

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

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

 a { background-color: rgb(181,23,229); }

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

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

 span { border-color: rgb(181,23,229); }

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