#B005E7

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

Shades of Electric Purple #B005E7

Tints of Electric Purple #B005E7

Color information

#B005E7 (or 0xB005E7) is unknown color: approx Electric Purple. HEX triplet: B0, 05 and E7. RGB value is (176,5,231). Sum of RGB (Red+Green+Blue) = 176+5+231=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #B005E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005E7 is #4FFA18. Grayscale: #515151. Windows color (decimal): -5241369 or 15140272. OLE color: 15140272.

HSL color Cylindrical-coordinate representation of color #B005E7: hue angle of 285.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005E7 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1765231-
CMYK0.240.9800.09
HSL285.4º95.76%46.27%-
HSV(B)285.4º97.84%90.59%-
XYZ32.3815.1176.81-
YUV81.89212.15195.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 5 (2.34% from 255) = 1.21%
BLUE value IS 231 (90.62% from 255) = 56.07%
R=42.72%
G=1.21%
B=56.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17652310.240.9800.09285.495.7646.27
HexB05E718620911d602e
Octal26053473014201143514056
Binary1011000010111100111110001100010010011000111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B005E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B005E7; }

 p { color: rgb(176,5,231); }

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

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

 a { background-color: rgb(176,5,231); }

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

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

 span { border-color: rgb(176,5,231); }

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