#B508E3

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

Shades of Electric Purple #B508E3

Tints of Electric Purple #B508E3

Color information

#B508E3 (or 0xB508E3) is unknown color: approx Electric Purple. HEX triplet: B5, 08 and E3. RGB value is (181,8,227). Sum of RGB (Red+Green+Blue) = 181+8+227=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 227 (89.06% from 255 or 54.57% from 416); Max value from RGB is 227 - color contains mainly: blue. Hex color #B508E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B508E3 is #4AF71C. Grayscale: #535353. Windows color (decimal): -4912925 or 14878901. OLE color: 14878901.

HSL color Cylindrical-coordinate representation of color #B508E3: hue angle of 287.4º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508E3 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1818227-
CMYK0.200.9600.11
HSL287.4º93.19%46.08%-
HSV(B)287.4º96.48%89.02%-
XYZ33.0115.5473.93-
YUV84.69208.31196.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 227 (89.06% from 255) = 54.57%
R=43.51%
G=1.92%
B=54.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18182270.200.9600.11287.493.1946.08
HexB58E314600B11f5d2e
Octal265103432414001343713556
Binary10110101100011100011101001100000010111000111111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B508E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B508E3; }

 p { color: rgb(181,8,227); }

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

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

 a { background-color: rgb(181,8,227); }

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

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

 span { border-color: rgb(181,8,227); }

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