#B316E4

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

Shades of Electric Purple #B316E4

Tints of Electric Purple #B316E4

Color information

#B316E4 (or 0xB316E4) is unknown color: approx Electric Purple. HEX triplet: B3, 16 and E4. RGB value is (179,22,228). Sum of RGB (Red+Green+Blue) = 179+22+228=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #B316E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316E4 is #4CE91B. Grayscale: #5B5B5B. Windows color (decimal): -5040412 or 14948019. OLE color: 14948019.

HSL color Cylindrical-coordinate representation of color #B316E4: hue angle of 285.73º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B316E4 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17922228-
CMYK0.210.9000.11
HSL285.73º82.4%49.02%-
HSV(B)285.73º90.35%89.41%-
XYZ32.8815.7674.71-
YUV92.43204.51189.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 22 (8.98% from 255) = 5.13%
BLUE value IS 228 (89.45% from 255) = 53.15%
R=41.72%
G=5.13%
B=53.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179222280.210.9000.11285.7382.449.02
HexB316E4155A0B11e5231
Octal263263442513201343612261
Binary101100111011011100100101011011010010111000111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B316E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B316E4; }

 p { color: rgb(179,22,228); }

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

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

 a { background-color: rgb(179,22,228); }

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

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

 span { border-color: rgb(179,22,228); }

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