#b317f0

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

Shades of Electric Purple #B317F0

Tints of Electric Purple #B317F0

Color information

#B317F0 (or 0xB317F0) is unknown color: approx Electric Purple. HEX triplet: B3, 17 and F0. RGB value is (179,23,240). Sum of RGB (Red+Green+Blue) = 179+23+240=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 23 (9.38% from 255 or 5.20% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #B317F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B317F0 is #4CE80F. Grayscale: #5D5D5D. Windows color (decimal): -5040144 or 15734707. OLE color: 15734707.

HSL color Cylindrical-coordinate representation of color #B317F0: hue angle of 283.13º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B317F0 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17923240-
CMYK0.250.9000.06
HSL283.13º87.85%51.57%-
HSV(B)283.13º90.42%94.12%-
XYZ34.6216.4983.8-
YUV94.38210.18188.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 23 (9.38% from 255) = 5.20%
BLUE value IS 240 (94.14% from 255) = 54.30%
R=40.50%
G=5.20%
B=54.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179232400.250.9000.06283.1387.8551.57
HexB317F0195A0611b5834
Octal26327360311320643313064
Binary10110011101111111000011001101101001101000110111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b317f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b317f0; }

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

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

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

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

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

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

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

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