#BA20EF

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

Shades of Electric Purple #BA20EF

Tints of Electric Purple #BA20EF

Color information

#BA20EF (or 0xBA20EF) is unknown color: approx Electric Purple. HEX triplet: BA, 20 and EF. RGB value is (186,32,239). Sum of RGB (Red+Green+Blue) = 186+32+239=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA20EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20EF is #45DF10. Grayscale: #646464. Windows color (decimal): -4579089 or 15671482. OLE color: 15671482.

HSL color Cylindrical-coordinate representation of color #BA20EF: hue angle of 284.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20EF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18632239-
CMYK0.220.8700.06
HSL284.64º86.61%53.14%-
HSV(B)284.64º86.61%93.73%-
XYZ36.3517.783.16-
YUV101.64205.52188.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 32 (12.89% from 255) = 7.00%
BLUE value IS 239 (93.75% from 255) = 52.30%
R=40.70%
G=7.00%
B=52.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186322390.220.8700.06284.6486.6153.14
HexBA20EF16570611d5735
Octal27240357261270643512765
Binary101110101000001110111110110101011101101000111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA20EF; }

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

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

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

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

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

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

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

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