#B509EB

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

Shades of Electric Purple #B509EB

Tints of Electric Purple #B509EB

Color information

#B509EB (or 0xB509EB) is unknown color: approx Electric Purple. HEX triplet: B5, 09 and EB. RGB value is (181,9,235). Sum of RGB (Red+Green+Blue) = 181+9+235=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #B509EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B509EB is #4AF614. Grayscale: #555555. Windows color (decimal): -4912661 or 15403445. OLE color: 15403445.

HSL color Cylindrical-coordinate representation of color #B509EB: hue angle of 285.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509EB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1819235-
CMYK0.230.9600.08
HSL285.66º92.62%47.84%-
HSV(B)285.66º96.17%92.16%-
XYZ34.1516.0279.89-
YUV86.19211.98195.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 9 (3.91% from 255) = 2.12%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=42.59%
G=2.12%
B=55.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18192350.230.9600.08285.6692.6247.84
HexB59EB17600811e5d30
Octal265113532714001043613560
Binary10110101100111101011101111100000010001000111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B509EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B509EB; }

 p { color: rgb(181,9,235); }

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

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

 a { background-color: rgb(181,9,235); }

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

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

 span { border-color: rgb(181,9,235); }

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