#BA0FEC

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

Shades of Electric Purple #BA0FEC

Tints of Electric Purple #BA0FEC

Color information

#BA0FEC (or 0xBA0FEC) is unknown color: approx Electric Purple. HEX triplet: BA, 0F and EC. RGB value is (186,15,236). Sum of RGB (Red+Green+Blue) = 186+15+236=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FEC is #45F013. Grayscale: #5A5A5A. Windows color (decimal): -4583444 or 15470522. OLE color: 15470522.

HSL color Cylindrical-coordinate representation of color #BA0FEC: hue angle of 286.43º 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 #BA0FEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18615236-
CMYK0.210.9400.07
HSL286.43º88.05%49.22%-
HSV(B)286.43º93.64%92.55%-
XYZ35.5616.8480.73-
YUV91.32209.65195.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 15 (6.25% from 255) = 3.43%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=42.56%
G=3.43%
B=54.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186152360.210.9400.07286.4388.0549.22
HexBAFEC155E0711e5831
Octal27217354251360743613061
Binary1011101011111110110010101101111001111000111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0FEC; }

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

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

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

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

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

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

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

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