#BA0AF3

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

Shades of Electric Purple #BA0AF3

Tints of Electric Purple #BA0AF3

Color information

#BA0AF3 (or 0xBA0AF3) is unknown color: approx Electric Purple. HEX triplet: BA, 0A and F3. RGB value is (186,10,243). Sum of RGB (Red+Green+Blue) = 186+10+243=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA0AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AF3 is #45F50C. Grayscale: #585858. Windows color (decimal): -4584717 or 15927994. OLE color: 15927994.

HSL color Cylindrical-coordinate representation of color #BA0AF3: hue angle of 285.32º 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 #BA0AF3 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18610243-
CMYK0.230.9600.05
HSL285.32º92.09%49.61%-
HSV(B)285.32º95.88%95.29%-
XYZ36.5417.1386.17-
YUV89.19214.81197.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 10 (4.30% from 255) = 2.28%
BLUE value IS 243 (95.31% from 255) = 55.35%
R=42.37%
G=2.28%
B=55.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186102430.230.9600.05285.3292.0949.61
HexBAAF317600511d5c32
Octal27212363271400543513462
Binary1011101010101111001110111110000001011000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0AF3; }

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

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

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

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

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

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

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

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