#B314F8

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

Shades of Electric Purple #B314F8

Tints of Electric Purple #B314F8

Color information

#B314F8 (or 0xB314F8) is unknown color: approx Electric Purple. HEX triplet: B3, 14 and F8. RGB value is (179,20,248). Sum of RGB (Red+Green+Blue) = 179+20+248=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #B314F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B314F8 is #4CEB07. Grayscale: #5C5C5C. Windows color (decimal): -5040904 or 16258227. OLE color: 16258227.

HSL color Cylindrical-coordinate representation of color #B314F8: hue angle of 281.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B314F8 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17920248-
CMYK0.280.9200.03
HSL281.84º94.21%52.55%-
HSV(B)281.84º91.94%97.25%-
XYZ35.7816.8690.18-
YUV93.53215.18188.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 20 (8.20% from 255) = 4.47%
BLUE value IS 248 (97.27% from 255) = 55.48%
R=40.04%
G=4.47%
B=55.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal179202480.280.9200.03281.8494.2152.55
HexB314F81C5C0311a5e35
Octal26324370341340343213665
Binary1011001110100111110001110010111000111000110101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B314F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B314F8; }

 p { color: rgb(179,20,248); }

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

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

 a { background-color: rgb(179,20,248); }

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

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

 span { border-color: rgb(179,20,248); }

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