#B81AE8

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

Shades of Electric Purple #B81AE8

Tints of Electric Purple #B81AE8

Color information

#B81AE8 (or 0xB81AE8) is unknown color: approx Electric Purple. HEX triplet: B8, 1A and E8. RGB value is (184,26,232). Sum of RGB (Red+Green+Blue) = 184+26+232=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #B81AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AE8 is #47E517. Grayscale: #606060. Windows color (decimal): -4711704 or 15211192. OLE color: 15211192.

HSL color Cylindrical-coordinate representation of color #B81AE8: hue angle of 286.02º 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 #B81AE8 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18426232-
CMYK0.210.8900.09
HSL286.02º81.75%50.59%-
HSV(B)286.02º88.79%90.98%-
XYZ34.716.7677.75-
YUV96.73204.35190.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 26 (10.55% from 255) = 5.88%
BLUE value IS 232 (91.02% from 255) = 52.49%
R=41.63%
G=5.88%
B=52.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal184262320.210.8900.09286.0281.7550.59
HexB81AE815590911e5233
Octal270323502513101143612263
Binary101110001101011101000101011011001010011000111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81AE8; }

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

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

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

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

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

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

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

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