#B804EB

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

Shades of Electric Purple #B804EB

Tints of Electric Purple #B804EB

Color information

#B804EB (or 0xB804EB) is unknown color: approx Electric Purple. HEX triplet: B8, 04 and EB. RGB value is (184,4,235). Sum of RGB (Red+Green+Blue) = 184+4+235=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #B804EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B804EB is #47FB14. Grayscale: #535353. Windows color (decimal): -4717333 or 15402168. OLE color: 15402168.

HSL color Cylindrical-coordinate representation of color #B804EB: hue angle of 286.75º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804EB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1844235-
CMYK0.220.9800.08
HSL286.75º96.65%46.86%-
HSV(B)286.75º98.3%92.16%-
XYZ34.8116.2879.9-
YUV84.15213.13199.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 4 (1.95% from 255) = 0.95%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=43.50%
G=0.95%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18442350.220.9800.08286.7596.6546.86
HexB84EB16620811f612f
Octal27043532614201043714157
Binary1011100010011101011101101100010010001000111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B804EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B804EB; }

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

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

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

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

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

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

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

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