#BA2FFB

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

Shades of Electric Purple #BA2FFB

Tints of Electric Purple #BA2FFB

Color information

#BA2FFB (or 0xBA2FFB) is unknown color: approx Electric Purple. HEX triplet: BA, 2F and FB. RGB value is (186,47,251). Sum of RGB (Red+Green+Blue) = 186+47+251=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FFB is #45D004. Grayscale: #6F6F6F. Windows color (decimal): -4575237 or 16461754. OLE color: 16461754.

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

Color convert

RGB18647251-
CMYK0.260.8100.02
HSL280.88º96.23%58.43%-
HSV(B)280.88º81.27%98.43%-
XYZ38.6819.4492.98-
YUV111.82206.55180.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 47 (18.75% from 255) = 9.71%
BLUE value IS 251 (98.44% from 255) = 51.86%
R=38.43%
G=9.71%
B=51.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186472510.260.8100.02280.8896.2358.43
HexBA2FFB1A5102119603a
Octal27257373321210243114072
Binary10111010101111111110111101010100010101000110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FFB; }

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

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

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

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

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

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

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

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