#B620ED

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

Shades of Electric Purple #B620ED

Tints of Electric Purple #B620ED

Color information

#B620ED (or 0xB620ED) is unknown color: approx Electric Purple. HEX triplet: B6, 20 and ED. RGB value is (182,32,237). Sum of RGB (Red+Green+Blue) = 182+32+237=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #B620ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620ED is #49DF12. Grayscale: #636363. Windows color (decimal): -4841235 or 15540406. OLE color: 15540406.

HSL color Cylindrical-coordinate representation of color #B620ED: hue angle of 283.9º 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 #B620ED is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18232237-
CMYK0.230.8600.07
HSL283.9º85.06%52.75%-
HSV(B)283.9º86.5%92.94%-
XYZ35.0917.0981.57-
YUV100.22205.2186.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 32 (12.89% from 255) = 7.10%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=40.35%
G=7.10%
B=52.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182322370.230.8600.07283.985.0652.75
HexB620ED17560711c5535
Octal26640355271260743412565
Binary101101101000001110110110111101011001111000111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B620ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B620ED; }

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

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

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

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

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

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

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

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