#B806E9

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

Shades of Electric Purple #B806E9

Tints of Electric Purple #B806E9

Color information

#B806E9 (or 0xB806E9) is unknown color: approx Electric Purple. HEX triplet: B8, 06 and E9. RGB value is (184,6,233). Sum of RGB (Red+Green+Blue) = 184+6+233=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #B806E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B806E9 is #47F916. Grayscale: #545454. Windows color (decimal): -4716823 or 15271608. OLE color: 15271608.

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

Color convert

RGB1846233-
CMYK0.210.9700.09
HSL287.05º94.98%46.86%-
HSV(B)287.05º97.42%91.37%-
XYZ34.5416.278.4-
YUV85.1211.47198.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 6 (2.73% from 255) = 1.42%
BLUE value IS 233 (91.41% from 255) = 55.08%
R=43.50%
G=1.42%
B=55.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18462330.210.9700.09287.0594.9846.86
HexB86E915610911f5f2f
Octal27063512514101143713757
Binary1011100011011101001101011100001010011000111111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B806E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B806E9; }

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

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

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

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

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

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

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

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