#B628ED

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

Shades of Electric Purple #B628ED

Tints of Electric Purple #B628ED

Color information

#B628ED (or 0xB628ED) is unknown color: approx Electric Purple. HEX triplet: B6, 28 and ED. RGB value is (182,40,237). Sum of RGB (Red+Green+Blue) = 182+40+237=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B628ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B628ED is #49D712. Grayscale: #686868. Windows color (decimal): -4839187 or 15542454. OLE color: 15542454.

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

Color convert

RGB18240237-
CMYK0.230.8300.07
HSL283.25º84.55%54.31%-
HSV(B)283.25º83.12%92.94%-
XYZ35.3417.5881.65-
YUV104.92202.54182.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 40 (16.02% from 255) = 8.71%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=39.65%
G=8.71%
B=51.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182402370.230.8300.07283.2584.5554.31
HexB628ED17530711b5536
Octal26650355271230743312566
Binary101101101010001110110110111101001101111000110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B628ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B628ED; }

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

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

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

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

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

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

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

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