#B80DEE

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

Shades of Electric Purple #B80DEE

Tints of Electric Purple #B80DEE

Color information

#B80DEE (or 0xB80DEE) is unknown color: approx Electric Purple. HEX triplet: B8, 0D and EE. RGB value is (184,13,238). Sum of RGB (Red+Green+Blue) = 184+13+238=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DEE is #47F211. Grayscale: #595959. Windows color (decimal): -4715026 or 15601080. OLE color: 15601080.

HSL color Cylindrical-coordinate representation of color #B80DEE: hue angle of 285.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80DEE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18413238-
CMYK0.230.9500.07
HSL285.6º89.64%49.22%-
HSV(B)285.6º94.54%93.33%-
XYZ35.3416.6582.24-
YUV89.78211.65195.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 13 (5.47% from 255) = 2.99%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=42.30%
G=2.99%
B=54.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184132380.230.9500.07285.689.6449.22
HexB8DEE175F0711e5a31
Octal27015356271370743613261
Binary1011100011011110111010111101111101111000111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80DEE; }

 p { color: rgb(184,13,238); }

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

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

 a { background-color: rgb(184,13,238); }

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

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

 span { border-color: rgb(184,13,238); }

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