#BA1BF9

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

Shades of Electric Purple #BA1BF9

Tints of Electric Purple #BA1BF9

Color information

#BA1BF9 (or 0xBA1BF9) is unknown color: approx Electric Purple. HEX triplet: BA, 1B and F9. RGB value is (186,27,249). Sum of RGB (Red+Green+Blue) = 186+27+249=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA1BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF9 is #45E406. Grayscale: #636363. Windows color (decimal): -4580359 or 16325562. OLE color: 16325562.

HSL color Cylindrical-coordinate representation of color #BA1BF9: hue angle of 282.97º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1BF9 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18627249-
CMYK0.250.8900.02
HSL282.97º94.87%54.12%-
HSV(B)282.97º89.16%97.65%-
XYZ37.7418.0691.12-
YUV99.85212.18189.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 27 (10.94% from 255) = 5.84%
BLUE value IS 249 (97.66% from 255) = 53.90%
R=40.26%
G=5.84%
B=53.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186272490.250.8900.02282.9794.8754.12
HexBA1BF919590211b5f36
Octal27233371311310243313766
Binary1011101011011111110011100110110010101000110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1BF9; }

 p { color: rgb(186,27,249); }

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

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

 a { background-color: rgb(186,27,249); }

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

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

 span { border-color: rgb(186,27,249); }

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