#B126EF

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

Shades of Electric Purple #B126EF

Tints of Electric Purple #B126EF

Color information

#B126EF (or 0xB126EF) is unknown color: approx Electric Purple. HEX triplet: B1, 26 and EF. RGB value is (177,38,239). Sum of RGB (Red+Green+Blue) = 177+38+239=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 38 (15.23% from 255 or 8.37% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #B126EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B126EF is #4ED910. Grayscale: #656565. Windows color (decimal): -5167377 or 15673009. OLE color: 15673009.

HSL color Cylindrical-coordinate representation of color #B126EF: hue angle of 281.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B126EF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17738239-
CMYK0.260.8400.06
HSL281.49º86.27%54.31%-
HSV(B)281.49º84.1%93.73%-
XYZ34.416.9783.12-
YUV102.48205.05181.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 38 (15.23% from 255) = 8.37%
BLUE value IS 239 (93.75% from 255) = 52.64%
R=38.99%
G=8.37%
B=52.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal177382390.260.8400.06281.4986.2754.31
HexB126EF1A54061195636
Octal26146357321240643112666
Binary101100011001101110111111010101010001101000110011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B126EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B126EF; }

 p { color: rgb(177,38,239); }

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

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

 a { background-color: rgb(177,38,239); }

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

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

 span { border-color: rgb(177,38,239); }

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