#B313E3

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

Shades of Electric Purple #B313E3

Tints of Electric Purple #B313E3

Color information

#B313E3 (or 0xB313E3) is unknown color: approx Electric Purple. HEX triplet: B3, 13 and E3. RGB value is (179,19,227). Sum of RGB (Red+Green+Blue) = 179+19+227=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 227 (89.06% from 255 or 53.41% from 425); Max value from RGB is 227 - color contains mainly: blue. Hex color #B313E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313E3 is #4CEC1C. Grayscale: #595959. Windows color (decimal): -5041181 or 14881715. OLE color: 14881715.

HSL color Cylindrical-coordinate representation of color #B313E3: hue angle of 286.15º 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 #B313E3 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17919227-
CMYK0.210.9200.11
HSL286.15º84.55%48.24%-
HSV(B)286.15º91.63%89.02%-
XYZ32.6915.673.96-
YUV90.55205.01191.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 19 (7.81% from 255) = 4.47%
BLUE value IS 227 (89.06% from 255) = 53.41%
R=42.12%
G=4.47%
B=53.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179192270.210.9200.11286.1584.5548.24
HexB313E3155C0B11e5530
Octal263233432513401343612560
Binary101100111001111100011101011011100010111000111101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B313E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B313E3; }

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

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

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

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

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

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

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

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