#BA27FA

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

Shades of Electric Purple #BA27FA

Tints of Electric Purple #BA27FA

Color information

#BA27FA (or 0xBA27FA) is unknown color: approx Electric Purple. HEX triplet: BA, 27 and FA. RGB value is (186,39,250). Sum of RGB (Red+Green+Blue) = 186+39+250=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27FA is #45D805. Grayscale: #6A6A6A. Windows color (decimal): -4577286 or 16394170. OLE color: 16394170.

HSL color Cylindrical-coordinate representation of color #BA27FA: hue angle of 281.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18639250-
CMYK0.260.8400.02
HSL281.8º95.48%56.67%-
HSV(B)281.8º84.4%98.04%-
XYZ38.2318.7992.05-
YUV107.01208.7184.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 39 (15.62% from 255) = 8.21%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=39.16%
G=8.21%
B=52.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186392500.260.8400.02281.895.4856.67
HexBA27FA1A540211a5f39
Octal27247372321240243213771
Binary10111010100111111110101101010101000101000110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27FA; }

 p { color: rgb(186,39,250); }

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

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

 a { background-color: rgb(186,39,250); }

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

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

 span { border-color: rgb(186,39,250); }

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