#B81AEB

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

Shades of Electric Purple #B81AEB

Tints of Electric Purple #B81AEB

Color information

#B81AEB (or 0xB81AEB) is unknown color: approx Electric Purple. HEX triplet: B8, 1A and EB. RGB value is (184,26,235). Sum of RGB (Red+Green+Blue) = 184+26+235=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #B81AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AEB is #47E514. Grayscale: #606060. Windows color (decimal): -4711701 or 15407800. OLE color: 15407800.

HSL color Cylindrical-coordinate representation of color #B81AEB: hue angle of 285.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81AEB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18426235-
CMYK0.220.8900.08
HSL285.36º83.94%51.18%-
HSV(B)285.36º88.94%92.16%-
XYZ35.1316.9380.01-
YUV97.07205.85190.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 26 (10.55% from 255) = 5.84%
BLUE value IS 235 (92.19% from 255) = 52.81%
R=41.35%
G=5.84%
B=52.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184262350.220.8900.08285.3683.9451.18
HexB81AEB16590811d5433
Octal270323532613101043512463
Binary101110001101011101011101101011001010001000111011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81AEB; }

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

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

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

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

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

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

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

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