#B81BE9

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

Shades of Electric Purple #B81BE9

Tints of Electric Purple #B81BE9

Color information

#B81BE9 (or 0xB81BE9) is unknown color: approx Electric Purple. HEX triplet: B8, 1B and E9. RGB value is (184,27,233). Sum of RGB (Red+Green+Blue) = 184+27+233=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #B81BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81BE9 is #47E416. Grayscale: #606060. Windows color (decimal): -4711447 or 15276984. OLE color: 15276984.

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

Color convert

RGB18427233-
CMYK0.210.8800.09
HSL285.73º82.4%50.98%-
HSV(B)285.73º88.41%91.37%-
XYZ34.8716.8678.51-
YUV97.43204.51189.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 27 (10.94% from 255) = 6.08%
BLUE value IS 233 (91.41% from 255) = 52.48%
R=41.44%
G=6.08%
B=52.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal184272330.210.8800.09285.7382.450.98
HexB81BE915580911e5233
Octal270333512513001143612263
Binary101110001101111101001101011011000010011000111101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81BE9; }

 p { color: rgb(184,27,233); }

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

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

 a { background-color: rgb(184,27,233); }

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

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

 span { border-color: rgb(184,27,233); }

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