#BA06E9

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

Shades of Electric Purple #BA06E9

Tints of Electric Purple #BA06E9

Color information

#BA06E9 (or 0xBA06E9) is unknown color: approx Electric Purple. HEX triplet: BA, 06 and E9. RGB value is (186,6,233). Sum of RGB (Red+Green+Blue) = 186+6+233=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA06E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06E9 is #45F916. Grayscale: #545454. Windows color (decimal): -4585751 or 15271610. OLE color: 15271610.

HSL color Cylindrical-coordinate representation of color #BA06E9: hue angle of 287.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06E9 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1866233-
CMYK0.200.9700.09
HSL287.58º94.98%46.86%-
HSV(B)287.58º97.42%91.37%-
XYZ35.0216.4578.42-
YUV85.7211.13199.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 6 (2.73% from 255) = 1.41%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=43.76%
G=1.41%
B=54.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18662330.200.9700.09287.5894.9846.86
HexBA6E91461091205f2f
Octal27263512414101144013757
Binary1011101011011101001101001100001010011001000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA06E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA06E9; }

 p { color: rgb(186,6,233); }

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

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

 a { background-color: rgb(186,6,233); }

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

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

 span { border-color: rgb(186,6,233); }

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