#B013E3

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

Shades of Electric Purple #B013E3

Tints of Electric Purple #B013E3

Color information

#B013E3 (or 0xB013E3) is unknown color: approx Electric Purple. HEX triplet: B0, 13 and E3. RGB value is (176,19,227). Sum of RGB (Red+Green+Blue) = 176+19+227=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #B013E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013E3 is #4FEC1C. Grayscale: #585858. Windows color (decimal): -5237789 or 14881712. OLE color: 14881712.

HSL color Cylindrical-coordinate representation of color #B013E3: hue angle of 285.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B013E3 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17619227-
CMYK0.220.9200.11
HSL285.29º84.55%48.24%-
HSV(B)285.29º91.63%89.02%-
XYZ3215.2473.93-
YUV89.66205.51189.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 19 (7.81% from 255) = 4.50%
BLUE value IS 227 (89.06% from 255) = 53.79%
R=41.71%
G=4.50%
B=53.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176192270.220.9200.11285.2984.5548.24
HexB013E3165C0B11d5530
Octal260233432613401343512560
Binary101100001001111100011101101011100010111000111011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B013E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B013E3; }

 p { color: rgb(176,19,227); }

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

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

 a { background-color: rgb(176,19,227); }

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

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

 span { border-color: rgb(176,19,227); }

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