#b317e2

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

Shades of Electric Purple #B317E2

Tints of Electric Purple #B317E2

Color information

#B317E2 (or 0xB317E2) is unknown color: approx Electric Purple. HEX triplet: B3, 17 and E2. RGB value is (179,23,226). Sum of RGB (Red+Green+Blue) = 179+23+226=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #B317E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317E2 is #4CE81D. Grayscale: #5C5C5C. Windows color (decimal): -5040158 or 14817203. OLE color: 14817203.

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

Color convert

RGB17923226-
CMYK0.210.9000.11
HSL286.11º81.53%48.82%-
HSV(B)286.11º89.82%88.63%-
XYZ32.6215.6973.26-
YUV92.79203.18189.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 23 (9.38% from 255) = 5.37%
BLUE value IS 226 (88.67% from 255) = 52.80%
R=41.82%
G=5.37%
B=52.80%

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
Decimal179232260.210.9000.11286.1181.5348.82
HexB317E2155A0B11e5231
Octal263273422513201343612261
Binary101100111011111100010101011011010010111000111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b317e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b317e2; }

 p { color: rgb(179,23,226); }

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

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

 a { background-color: rgb(179,23,226); }

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

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

 span { border-color: rgb(179,23,226); }

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