#BA20E9

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

Shades of Electric Purple #BA20E9

Tints of Electric Purple #BA20E9

Color information

#BA20E9 (or 0xBA20E9) is unknown color: approx Electric Purple. HEX triplet: BA, 20 and E9. RGB value is (186,32,233). Sum of RGB (Red+Green+Blue) = 186+32+233=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA20E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20E9 is #45DF16. Grayscale: #646464. Windows color (decimal): -4579095 or 15278266. OLE color: 15278266.

HSL color Cylindrical-coordinate representation of color #BA20E9: hue angle of 285.97º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA20E9 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18632233-
CMYK0.200.8600.09
HSL285.97º82.04%51.96%-
HSV(B)285.97º86.27%91.37%-
XYZ35.4717.3678.57-
YUV100.96202.52188.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 32 (12.89% from 255) = 7.10%
BLUE value IS 233 (91.41% from 255) = 51.66%
R=41.24%
G=7.10%
B=51.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186322330.200.8600.09285.9782.0451.96
HexBA20E914560911e5234
Octal272403512412601143612264
Binary1011101010000011101001101001010110010011000111101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA20E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA20E9; }

 p { color: rgb(186,32,233); }

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

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

 a { background-color: rgb(186,32,233); }

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

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

 span { border-color: rgb(186,32,233); }

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