#B01EF4

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

Shades of Electric Purple #B01EF4

Tints of Electric Purple #B01EF4

Color information

#B01EF4 (or 0xB01EF4) is unknown color: approx Electric Purple. HEX triplet: B0, 1E and F4. RGB value is (176,30,244). Sum of RGB (Red+Green+Blue) = 176+30+244=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 244 (95.70% from 255 or 54.22% from 450); Max value from RGB is 244 - color contains mainly: blue. Hex color #B01EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01EF4 is #4FE10B. Grayscale: #616161. Windows color (decimal): -5234956 or 15998640. OLE color: 15998640.

HSL color Cylindrical-coordinate representation of color #B01EF4: hue angle of 280.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01EF4 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17630244-
CMYK0.280.8800.04
HSL280.93º90.68%53.73%-
HSV(B)280.93º87.7%95.69%-
XYZ34.716.6986.98-
YUV98.05210.37183.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 30 (12.11% from 255) = 6.67%
BLUE value IS 244 (95.70% from 255) = 54.22%
R=39.11%
G=6.67%
B=54.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176302440.280.8800.04280.9390.6853.73
HexB01EF41C58041195b36
Octal26036364341300443113366
Binary10110000111101111010011100101100001001000110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EF4; }

 p { color: rgb(176,30,244); }

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

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

 a { background-color: rgb(176,30,244); }

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

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

 span { border-color: rgb(176,30,244); }

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