#B80AE6

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

Shades of Electric Purple #B80AE6

Tints of Electric Purple #B80AE6

Color information

#B80AE6 (or 0xB80AE6) is unknown color: approx Electric Purple. HEX triplet: B8, 0A and E6. RGB value is (184,10,230). Sum of RGB (Red+Green+Blue) = 184+10+230=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #B80AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AE6 is #47F519. Grayscale: #565656. Windows color (decimal): -4715802 or 15076024. OLE color: 15076024.

HSL color Cylindrical-coordinate representation of color #B80AE6: hue angle of 287.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AE6 is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18410230-
CMYK0.20.9600.10
HSL287.45º91.67%47.06%-
HSV(B)287.45º95.65%90.2%-
XYZ34.1616.1276.17-
YUV87.11208.65197.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 10 (4.30% from 255) = 2.36%
BLUE value IS 230 (90.23% from 255) = 54.25%
R=43.40%
G=2.36%
B=54.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal184102300.20.9600.10287.4591.6747.06
HexB8AE614600A11f5c2f
Octal270123462414001243713457
Binary10111000101011100110101001100000010101000111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80AE6; }

 p { color: rgb(184,10,230); }

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

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

 a { background-color: rgb(184,10,230); }

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

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

 span { border-color: rgb(184,10,230); }

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