#b82eff

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

Shades of Electric Purple #B82EFF

Tints of Electric Purple #B82EFF

Color information

#B82EFF (or 0xB82EFF) is unknown color: approx Electric Purple. HEX triplet: B8, 2E and FF. RGB value is (184,46,255). Sum of RGB (Red+Green+Blue) = 184+46+255=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B82EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82EFF is #47D100. Grayscale: #6E6E6E. Windows color (decimal): -4706561 or 16723640. OLE color: 16723640.

HSL color Cylindrical-coordinate representation of color #B82EFF: hue angle of 279.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82EFF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18446255-
CMYK0.280.8200
HSL279.62º100%59.02%-
HSV(B)279.62º81.96%100%-
XYZ38.7919.3696.3-
YUV111.09209.22180.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.94%
GREEN value IS 46 (18.36% from 255) = 9.48%
BLUE value IS 255 (100% from 255) = 52.58%
R=37.94%
G=9.48%
B=52.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184462550.280.8200279.6210059.02
HexB82EFF1C5200118643b
Octal27056377341220043014473
Binary1011100010111011111111111001010010001000110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82eff; }

 p { color: rgb(184,46,255); }

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

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

 a { background-color: rgb(184,46,255); }

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

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

 span { border-color: rgb(184,46,255); }

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