#B11AE8

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

Shades of Electric Purple #B11AE8

Tints of Electric Purple #B11AE8

Color information

#B11AE8 (or 0xB11AE8) is unknown color: approx Electric Purple. HEX triplet: B1, 1A and E8. RGB value is (177,26,232). Sum of RGB (Red+Green+Blue) = 177+26+232=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #B11AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11AE8 is #4EE517. Grayscale: #5D5D5D. Windows color (decimal): -5170456 or 15211185. OLE color: 15211185.

HSL color Cylindrical-coordinate representation of color #B11AE8: hue angle of 283.98º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11AE8 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17726232-
CMYK0.240.8900.09
HSL283.98º81.75%50.59%-
HSV(B)283.98º88.79%90.98%-
XYZ33.0715.9177.67-
YUV94.63205.53186.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 26 (10.55% from 255) = 5.98%
BLUE value IS 232 (91.02% from 255) = 53.33%
R=40.69%
G=5.98%
B=53.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177262320.240.8900.09283.9881.7550.59
HexB11AE818590911c5233
Octal261323503013101143412263
Binary101100011101011101000110001011001010011000111001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11AE8; }

 p { color: rgb(177,26,232); }

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

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

 a { background-color: rgb(177,26,232); }

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

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

 span { border-color: rgb(177,26,232); }

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