#B313F0

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

Shades of Electric Purple #B313F0

Tints of Electric Purple #B313F0

Color information

#B313F0 (or 0xB313F0) is unknown color: approx Electric Purple. HEX triplet: B3, 13 and F0. RGB value is (179,19,240). Sum of RGB (Red+Green+Blue) = 179+19+240=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 240 (94.14% from 255 or 54.79% from 438); Max value from RGB is 240 - color contains mainly: blue. Hex color #B313F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313F0 is #4CEC0F. Grayscale: #5B5B5B. Windows color (decimal): -5041168 or 15733683. OLE color: 15733683.

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

Color convert

RGB17919240-
CMYK0.250.9200.06
HSL283.44º88.05%50.78%-
HSV(B)283.44º92.08%94.12%-
XYZ34.5516.3483.77-
YUV92.03211.51190.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 19 (7.81% from 255) = 4.34%
BLUE value IS 240 (94.14% from 255) = 54.79%
R=40.87%
G=4.34%
B=54.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal179192400.250.9200.06283.4488.0550.78
HexB313F0195C0611b5833
Octal26323360311340643313063
Binary10110011100111111000011001101110001101000110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B313F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B313F0; }

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

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

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

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

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

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

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

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