#B014E5

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

Shades of Electric Purple #B014E5

Tints of Electric Purple #B014E5

Color information

#B014E5 (or 0xB014E5) is unknown color: approx Electric Purple. HEX triplet: B0, 14 and E5. RGB value is (176,20,229). Sum of RGB (Red+Green+Blue) = 176+20+229=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #B014E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014E5 is #4FEB1A. Grayscale: #595959. Windows color (decimal): -5237531 or 15013040. OLE color: 15013040.

HSL color Cylindrical-coordinate representation of color #B014E5: hue angle of 284.78º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B014E5 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17620229-
CMYK0.230.9100.10
HSL284.78º83.94%48.82%-
HSV(B)284.78º91.27%89.8%-
XYZ32.315.3975.4-
YUV90.47206.18189.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 20 (8.20% from 255) = 4.71%
BLUE value IS 229 (89.84% from 255) = 53.88%
R=41.41%
G=4.71%
B=53.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176202290.230.9100.10284.7883.9448.82
HexB014E5175B0A11d5431
Octal260243452713301243512461
Binary101100001010011100101101111011011010101000111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B014E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B014E5; }

 p { color: rgb(176,20,229); }

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

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

 a { background-color: rgb(176,20,229); }

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

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

 span { border-color: rgb(176,20,229); }

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