#BA0AED

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

Shades of Electric Purple #BA0AED

Tints of Electric Purple #BA0AED

Color information

#BA0AED (or 0xBA0AED) is unknown color: approx Electric Purple. HEX triplet: BA, 0A and ED. RGB value is (186,10,237). Sum of RGB (Red+Green+Blue) = 186+10+237=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AED is #45F512. Grayscale: #575757. Windows color (decimal): -4584723 or 15534778. OLE color: 15534778.

HSL color Cylindrical-coordinate representation of color #BA0AED: hue angle of 286.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AED is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18610237-
CMYK0.220.9600.07
HSL286.52º91.9%48.43%-
HSV(B)286.52º95.78%92.94%-
XYZ35.6416.7781.48-
YUV88.5211.81197.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 10 (4.30% from 255) = 2.31%
BLUE value IS 237 (92.97% from 255) = 54.73%
R=42.96%
G=2.31%
B=54.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186102370.220.9600.07286.5291.948.43
HexBAAED16600711f5c30
Octal27212355261400743713460
Binary1011101010101110110110110110000001111000111111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0AED; }

 p { color: rgb(186,10,237); }

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

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

 a { background-color: rgb(186,10,237); }

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

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

 span { border-color: rgb(186,10,237); }

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