#B500EE

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

Shades of Electric Purple #B500EE

Tints of Electric Purple #B500EE

Color information

#B500EE (or 0xB500EE) is unknown color: approx Electric Purple. HEX triplet: B5, 00 and EE. RGB value is (181,0,238). Sum of RGB (Red+Green+Blue) = 181+0+238=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #B500EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500EE is #4AFF11. Grayscale: #505050. Windows color (decimal): -4914962 or 15597749. OLE color: 15597749.

HSL color Cylindrical-coordinate representation of color #B500EE: hue angle of 285.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500EE is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1810238-
CMYK0.24100.07
HSL285.63º100%46.67%-
HSV(B)285.63º100%93.33%-
XYZ34.491682.16-
YUV81.25216.47199.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 56.80%
R=43.20%
G=0%
B=56.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18102380.24100.07285.6310046.67
HexB50EE18640711e642f
Octal2650356301440743614457
Binary1011010101110111011000110010001111000111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B500EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B500EE; }

 p { color: rgb(181,0,238); }

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

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

 a { background-color: rgb(181,0,238); }

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

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

 span { border-color: rgb(181,0,238); }

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