#B801F5

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

Shades of Electric Purple #B801F5

Tints of Electric Purple #B801F5

Color information

#B801F5 (or 0xB801F5) is unknown color: approx Electric Purple. HEX triplet: B8, 01 and F5. RGB value is (184,1,245). Sum of RGB (Red+Green+Blue) = 184+1+245=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 245 (96.09% from 255 or 56.98% from 430); Max value from RGB is 245 - color contains mainly: blue. Hex color #B801F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B801F5 is #47FE0A. Grayscale: #525252. Windows color (decimal): -4718091 or 16056760. OLE color: 16056760.

HSL color Cylindrical-coordinate representation of color #B801F5: hue angle of 285º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801F5 is Cyan = 0.25, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1841245-
CMYK0.251.0000.04
HSL285º99.19%48.24%-
HSV(B)285º99.59%96.08%-
XYZ36.2616.887.72-
YUV83.53219.13199.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 245 (96.09% from 255) = 56.98%
R=42.79%
G=0.23%
B=56.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18412450.251.0000.0428599.1948.24
HexB81F519640411d6330
Octal2701365311440443514360
Binary1011100011111010111001110010001001000111011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B801F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B801F5; }

 p { color: rgb(184,1,245); }

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

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

 a { background-color: rgb(184,1,245); }

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

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

 span { border-color: rgb(184,1,245); }

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