#ba2eff

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

Shades of Electric Purple #BA2EFF

Tints of Electric Purple #BA2EFF

Color information

#BA2EFF (or 0xBA2EFF) is unknown color: approx Electric Purple. HEX triplet: BA, 2E and FF. RGB value is (186,46,255). Sum of RGB (Red+Green+Blue) = 186+46+255=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EFF is #45D100. Grayscale: #6E6E6E. Windows color (decimal): -4575489 or 16723642. OLE color: 16723642.

HSL color Cylindrical-coordinate representation of color #BA2EFF: hue angle of 280.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2EFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18646255-
CMYK0.270.8200
HSL280.19º100%59.02%-
HSV(B)280.19º81.96%100%-
XYZ39.2819.6196.32-
YUV111.69208.88181.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 46 (18.36% from 255) = 9.45%
BLUE value IS 255 (100% from 255) = 52.36%
R=38.19%
G=9.45%
B=52.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186462550.270.8200280.1910059.02
HexBA2EFF1B5200118643b
Octal27256377331220043014473
Binary1011101010111011111111110111010010001000110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2eff; }

 p { color: rgb(186,46,255); }

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

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

 a { background-color: rgb(186,46,255); }

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

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

 span { border-color: rgb(186,46,255); }

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