#B502E6

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

Shades of Electric Purple #B502E6

Tints of Electric Purple #B502E6

Color information

#B502E6 (or 0xB502E6) is unknown color: approx Electric Purple. HEX triplet: B5, 02 and E6. RGB value is (181,2,230). Sum of RGB (Red+Green+Blue) = 181+2+230=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #B502E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B502E6 is #4AFD19. Grayscale: #505050. Windows color (decimal): -4914458 or 15073973. OLE color: 15073973.

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

Color convert

RGB1812230-
CMYK0.210.9900.10
HSL287.11º98.28%45.49%-
HSV(B)287.11º99.13%90.2%-
XYZ33.3615.5876.11-
YUV81.51211.8198.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 2 (1.17% from 255) = 0.48%
BLUE value IS 230 (90.23% from 255) = 55.69%
R=43.83%
G=0.48%
B=55.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18122300.210.9900.10287.1198.2845.49
HexB52E615630A11f622d
Octal26523462514301243714255
Binary101101011011100110101011100011010101000111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B502E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B502E6; }

 p { color: rgb(181,2,230); }

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

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

 a { background-color: rgb(181,2,230); }

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

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

 span { border-color: rgb(181,2,230); }

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