#B804ED

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

Shades of Electric Purple #B804ED

Tints of Electric Purple #B804ED

Color information

#B804ED (or 0xB804ED) is unknown color: approx Electric Purple. HEX triplet: B8, 04 and ED. RGB value is (184,4,237). Sum of RGB (Red+Green+Blue) = 184+4+237=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #B804ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B804ED is #47FB12. Grayscale: #535353. Windows color (decimal): -4717331 or 15533240. OLE color: 15533240.

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

Color convert

RGB1844237-
CMYK0.220.9800.07
HSL286.35º96.68%47.25%-
HSV(B)286.35º98.31%92.94%-
XYZ35.116.3981.43-
YUV84.38214.13199.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 4 (1.95% from 255) = 0.94%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=43.29%
G=0.94%
B=55.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18442370.220.9800.07286.3596.6847.25
HexB84ED16620711e612f
Octal2704355261420743614157
Binary101110001001110110110110110001001111000111101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B804ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B804ED; }

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

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

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

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

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

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

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

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