#BA04F2

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

Shades of Electric Purple #BA04F2

Tints of Electric Purple #BA04F2

Color information

#BA04F2 (or 0xBA04F2) is unknown color: approx Electric Purple. HEX triplet: BA, 04 and F2. RGB value is (186,4,242). Sum of RGB (Red+Green+Blue) = 186+4+242=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA04F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04F2 is #45FB0D. Grayscale: #545454. Windows color (decimal): -4586254 or 15860922. OLE color: 15860922.

HSL color Cylindrical-coordinate representation of color #BA04F2: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04F2 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1864242-
CMYK0.230.9800.05
HSL285.88º96.75%48.24%-
HSV(B)285.88º98.35%94.9%-
XYZ36.3216.9485.36-
YUV85.55216.3199.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 4 (1.95% from 255) = 0.93%
BLUE value IS 242 (94.92% from 255) = 56.02%
R=43.06%
G=0.93%
B=56.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal18642420.230.9800.05285.8896.7548.24
HexBA4F217620511e6130
Octal2724362271420543614160
Binary101110101001111001010111110001001011000111101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA04F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA04F2; }

 p { color: rgb(186,4,242); }

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

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

 a { background-color: rgb(186,4,242); }

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

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

 span { border-color: rgb(186,4,242); }

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