#BA1BF1

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

Shades of Electric Purple #BA1BF1

Tints of Electric Purple #BA1BF1

Color information

#BA1BF1 (or 0xBA1BF1) is unknown color: approx Electric Purple. HEX triplet: BA, 1B and F1. RGB value is (186,27,241). Sum of RGB (Red+Green+Blue) = 186+27+241=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA1BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF1 is #45E40E. Grayscale: #626262. Windows color (decimal): -4580367 or 15801274. OLE color: 15801274.

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

Color convert

RGB18627241-
CMYK0.230.8900.05
HSL284.58º88.43%52.55%-
HSV(B)284.58º88.8%94.51%-
XYZ36.5217.5784.69-
YUV98.94208.18190.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 27 (10.94% from 255) = 5.95%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=40.97%
G=5.95%
B=53.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186272410.230.8900.05284.5888.4352.55
HexBA1BF117590511d5835
Octal27233361271310543513065
Binary10111010110111111000110111101100101011000111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1BF1; }

 p { color: rgb(186,27,241); }

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

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

 a { background-color: rgb(186,27,241); }

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

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

 span { border-color: rgb(186,27,241); }

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