#B820ED

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

Shades of Electric Purple #B820ED

Tints of Electric Purple #B820ED

Color information

#B820ED (or 0xB820ED) is unknown color: approx Electric Purple. HEX triplet: B8, 20 and ED. RGB value is (184,32,237). Sum of RGB (Red+Green+Blue) = 184+32+237=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B820ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820ED is #47DF12. Grayscale: #646464. Windows color (decimal): -4710163 or 15540408. OLE color: 15540408.

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

Color convert

RGB18432237-
CMYK0.220.8600.07
HSL284.49º85.06%52.75%-
HSV(B)284.49º86.5%92.94%-
XYZ35.5717.3481.59-
YUV100.82204.86187.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 32 (12.89% from 255) = 7.06%
BLUE value IS 237 (92.97% from 255) = 52.32%
R=40.62%
G=7.06%
B=52.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184322370.220.8600.07284.4985.0652.75
HexB820ED16560711c5535
Octal27040355261260743412565
Binary101110001000001110110110110101011001111000111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B820ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B820ED; }

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

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

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

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

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

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

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

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