#BA29F6

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

Shades of Electric Purple #BA29F6

Tints of Electric Purple #BA29F6

Color information

#BA29F6 (or 0xBA29F6) is unknown color: approx Electric Purple. HEX triplet: BA, 29 and F6. RGB value is (186,41,246). Sum of RGB (Red+Green+Blue) = 186+41+246=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA29F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29F6 is #45D609. Grayscale: #6B6B6B. Windows color (decimal): -4576778 or 16132538. OLE color: 16132538.

HSL color Cylindrical-coordinate representation of color #BA29F6: hue angle of 282.44º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA29F6 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18641246-
CMYK0.240.8300.04
HSL282.44º91.93%56.27%-
HSV(B)282.44º83.33%96.47%-
XYZ37.6818.6888.81-
YUV107.72206.04183.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 41 (16.41% from 255) = 8.67%
BLUE value IS 246 (96.48% from 255) = 52.01%
R=39.32%
G=8.67%
B=52.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186412460.240.8300.04282.4491.9356.27
HexBA29F618530411a5c38
Octal27251366301230443213470
Binary101110101010011111011011000101001101001000110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA29F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA29F6; }

 p { color: rgb(186,41,246); }

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

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

 a { background-color: rgb(186,41,246); }

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

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

 span { border-color: rgb(186,41,246); }

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