#BA0FED

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

Shades of Electric Purple #BA0FED

Tints of Electric Purple #BA0FED

Color information

#BA0FED (or 0xBA0FED) is unknown color: approx Electric Purple. HEX triplet: BA, 0F and ED. RGB value is (186,15,237). Sum of RGB (Red+Green+Blue) = 186+15+237=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FED is #45F012. Grayscale: #5A5A5A. Windows color (decimal): -4583443 or 15536058. OLE color: 15536058.

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

Color convert

RGB18615237-
CMYK0.220.9400.07
HSL286.22º88.1%49.41%-
HSV(B)286.22º93.67%92.94%-
XYZ35.7116.981.5-
YUV91.44210.15195.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 15 (6.25% from 255) = 3.42%
BLUE value IS 237 (92.97% from 255) = 54.11%
R=42.47%
G=3.42%
B=54.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186152370.220.9400.07286.2288.149.41
HexBAFED165E0711e5831
Octal27217355261360743613061
Binary1011101011111110110110110101111001111000111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0FED; }

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

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

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

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

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

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

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

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