#BA1EFF

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

Shades of Electric Purple #BA1EFF

Tints of Electric Purple #BA1EFF

Color information

#BA1EFF (or 0xBA1EFF) is unknown color: approx Electric Purple. HEX triplet: BA, 1E and FF. RGB value is (186,30,255). Sum of RGB (Red+Green+Blue) = 186+30+255=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EFF is #45E100. Grayscale: #656565. Windows color (decimal): -4579585 or 16719546. OLE color: 16719546.

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

Color convert

RGB18630255-
CMYK0.270.8800
HSL281.6º100%55.88%-
HSV(B)281.6º88.24%100%-
XYZ38.7618.5996.15-
YUV102.29214.18187.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 30 (12.11% from 255) = 6.37%
BLUE value IS 255 (100% from 255) = 54.14%
R=39.49%
G=6.37%
B=54.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186302550.270.8800281.610055.88
HexBA1EFF1B580011a6438
Octal27236377331300043214470
Binary101110101111011111111110111011000001000110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1EFF; }

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

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

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

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

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

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

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

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