#BA12FB

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

Shades of Electric Purple #BA12FB

Tints of Electric Purple #BA12FB

Color information

#BA12FB (or 0xBA12FB) is unknown color: approx Electric Purple. HEX triplet: BA, 12 and FB. RGB value is (186,18,251). Sum of RGB (Red+Green+Blue) = 186+18+251=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FB is #45ED04. Grayscale: #5E5E5E. Windows color (decimal): -4582661 or 16454330. OLE color: 16454330.

HSL color Cylindrical-coordinate representation of color #BA12FB: hue angle of 283.26º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12FB is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18618251-
CMYK0.260.9300.02
HSL283.26º96.68%52.75%-
HSV(B)283.26º92.83%98.43%-
XYZ37.8817.8492.71-
YUV94.79216.16193.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 18 (7.42% from 255) = 3.96%
BLUE value IS 251 (98.44% from 255) = 55.16%
R=40.88%
G=3.96%
B=55.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186182510.260.9300.02283.2696.6852.75
HexBA12FB1A5D0211b6135
Octal27222373321350243314165
Binary1011101010010111110111101010111010101000110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12FB; }

 p { color: rgb(186,18,251); }

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

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

 a { background-color: rgb(186,18,251); }

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

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

 span { border-color: rgb(186,18,251); }

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