#B80AF3

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

Shades of Electric Purple #B80AF3

Tints of Electric Purple #B80AF3

Color information

#B80AF3 (or 0xB80AF3) is unknown color: approx Electric Purple. HEX triplet: B8, 0A and F3. RGB value is (184,10,243). Sum of RGB (Red+Green+Blue) = 184+10+243=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #B80AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AF3 is #47F50C. Grayscale: #575757. Windows color (decimal): -4715789 or 15927992. OLE color: 15927992.

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

Color convert

RGB18410243-
CMYK0.240.9600.05
HSL284.81º92.09%49.61%-
HSV(B)284.81º95.88%95.29%-
XYZ36.0516.8886.15-
YUV88.59215.15196.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 10 (4.30% from 255) = 2.29%
BLUE value IS 243 (95.31% from 255) = 55.61%
R=42.11%
G=2.29%
B=55.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184102430.240.9600.05284.8192.0949.61
HexB8AF318600511d5c32
Octal27012363301400543513462
Binary1011100010101111001111000110000001011000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80AF3; }

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

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

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

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

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

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

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

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