#b826ed

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

Shades of Electric Purple #B826ED

Tints of Electric Purple #B826ED

Color information

#B826ED (or 0xB826ED) is unknown color: approx Electric Purple. HEX triplet: B8, 26 and ED. RGB value is (184,38,237). Sum of RGB (Red+Green+Blue) = 184+38+237=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 38 (15.23% from 255 or 8.28% 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 #B826ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826ED is #47D912. Grayscale: #676767. Windows color (decimal): -4708627 or 15541944. OLE color: 15541944.

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

Color convert

RGB18438237-
CMYK0.220.8400.07
HSL284.02º84.68%53.92%-
HSV(B)284.02º83.97%92.94%-
XYZ35.7517.6981.65-
YUV104.34202.87184.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 38 (15.23% from 255) = 8.28%
BLUE value IS 237 (92.97% from 255) = 51.63%
R=40.09%
G=8.28%
B=51.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184382370.220.8400.07284.0284.6853.92
HexB826ED16540711c5536
Octal27046355261240743412566
Binary101110001001101110110110110101010001111000111001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b826ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b826ed; }

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

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

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

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

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

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

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

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