#B81EF3

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

Shades of Electric Purple #B81EF3

Tints of Electric Purple #B81EF3

Color information

#B81EF3 (or 0xB81EF3) is unknown color: approx Electric Purple. HEX triplet: B8, 1E and F3. RGB value is (184,30,243). Sum of RGB (Red+Green+Blue) = 184+30+243=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #B81EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EF3 is #47E10C. Grayscale: #636363. Windows color (decimal): -4710669 or 15933112. OLE color: 15933112.

HSL color Cylindrical-coordinate representation of color #B81EF3: hue angle of 283.38º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81EF3 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18430243-
CMYK0.240.8800.05
HSL283.38º89.87%53.53%-
HSV(B)283.38º87.65%95.29%-
XYZ36.4117.5986.27-
YUV100.33208.52187.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 30 (12.11% from 255) = 6.56%
BLUE value IS 243 (95.31% from 255) = 53.17%
R=40.26%
G=6.56%
B=53.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184302430.240.8800.05283.3889.8753.53
HexB81EF318580511b5a36
Octal27036363301300543313266
Binary10111000111101111001111000101100001011000110111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81EF3; }

 p { color: rgb(184,30,243); }

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

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

 a { background-color: rgb(184,30,243); }

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

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

 span { border-color: rgb(184,30,243); }

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