#BA02F9

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

Shades of Electric Purple #BA02F9

Tints of Electric Purple #BA02F9

Color information

#BA02F9 (or 0xBA02F9) is unknown color: approx Electric Purple. HEX triplet: BA, 02 and F9. RGB value is (186,2,249). Sum of RGB (Red+Green+Blue) = 186+2+249=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA02F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02F9 is #45FD06. Grayscale: #545454. Windows color (decimal): -4586759 or 16319162. OLE color: 16319162.

HSL color Cylindrical-coordinate representation of color #BA02F9: hue angle of 284.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02F9 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1862249-
CMYK0.250.9900.02
HSL284.7º98.41%49.22%-
HSV(B)284.7º99.2%97.65%-
XYZ37.3717.3291-
YUV85.17220.46199.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=42.56%
G=0.46%
B=56.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18622490.250.9900.02284.798.4149.22
HexBA2F919630211d6231
Octal2722371311430243514261
Binary1011101010111110011100111000110101000111011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA02F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA02F9; }

 p { color: rgb(186,2,249); }

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

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

 a { background-color: rgb(186,2,249); }

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

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

 span { border-color: rgb(186,2,249); }

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