#B804F8

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

Shades of Electric Purple #B804F8

Tints of Electric Purple #B804F8

Color information

#B804F8 (or 0xB804F8) is unknown color: approx Electric Purple. HEX triplet: B8, 04 and F8. RGB value is (184,4,248). Sum of RGB (Red+Green+Blue) = 184+4+248=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #B804F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B804F8 is #47FB07. Grayscale: #545454. Windows color (decimal): -4717320 or 16254136. OLE color: 16254136.

HSL color Cylindrical-coordinate representation of color #B804F8: hue angle of 284.26º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804F8 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1844248-
CMYK0.260.9800.03
HSL284.26º96.83%49.41%-
HSV(B)284.26º98.39%97.25%-
XYZ36.7517.0590.16-
YUV85.64219.63198.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 4 (1.95% from 255) = 0.92%
BLUE value IS 248 (97.27% from 255) = 56.88%
R=42.20%
G=0.92%
B=56.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18442480.260.9800.03284.2696.8349.41
HexB84F81A620311c6131
Octal2704370321420343414161
Binary10111000100111110001101011000100111000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B804F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B804F8; }

 p { color: rgb(184,4,248); }

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

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

 a { background-color: rgb(184,4,248); }

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

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

 span { border-color: rgb(184,4,248); }

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