#BA20F1

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

Shades of Electric Purple #BA20F1

Tints of Electric Purple #BA20F1

Color information

#BA20F1 (or 0xBA20F1) is unknown color: approx Electric Purple. HEX triplet: BA, 20 and F1. RGB value is (186,32,241). Sum of RGB (Red+Green+Blue) = 186+32+241=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20F1 is #45DF0E. Grayscale: #656565. Windows color (decimal): -4579087 or 15802554. OLE color: 15802554.

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

Color convert

RGB18632241-
CMYK0.230.8700.05
HSL284.21º88.19%53.53%-
HSV(B)284.21º86.72%94.51%-
XYZ36.6417.8284.73-
YUV101.87206.52188.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 32 (12.89% from 255) = 6.97%
BLUE value IS 241 (94.53% from 255) = 52.51%
R=40.52%
G=6.97%
B=52.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186322410.230.8700.05284.2188.1953.53
HexBA20F117570511c5836
Octal27240361271270543413066
Binary101110101000001111000110111101011101011000111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA20F1; }

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

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

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

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

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

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

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

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