#BA0CF5

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

Shades of Electric Purple #BA0CF5

Tints of Electric Purple #BA0CF5

Color information

#BA0CF5 (or 0xBA0CF5) is unknown color: approx Electric Purple. HEX triplet: BA, 0C and F5. RGB value is (186,12,245). Sum of RGB (Red+Green+Blue) = 186+12+245=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 245 (96.09% from 255 or 55.30% from 443); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA0CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CF5 is #45F30A. Grayscale: #595959. Windows color (decimal): -4584203 or 16059578. OLE color: 16059578.

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

Color convert

RGB18612245-
CMYK0.240.9500.04
HSL284.81º92.09%50.39%-
HSV(B)284.81º95.1%96.08%-
XYZ36.8617.2987.78-
YUV90.59215.15196.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 12 (5.08% from 255) = 2.71%
BLUE value IS 245 (96.09% from 255) = 55.30%
R=41.99%
G=2.71%
B=55.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186122450.240.9500.04284.8192.0950.39
HexBACF5185F0411d5c32
Octal27214365301370443513462
Binary1011101011001111010111000101111101001000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0CF5; }

 p { color: rgb(186,12,245); }

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

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

 a { background-color: rgb(186,12,245); }

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

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

 span { border-color: rgb(186,12,245); }

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