Html Css Color HEX #BA2EF9 Electric Purple

📋 copy color: '#BA2EF9'

red 186 ◦ green 46 ◦ blue 249

#BA2EF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BA2EF9

Tints of Electric Purple #BA2EF9

RGB

 RED value IS 186 (73.05% from 255) = 38.67%

 GREEN value IS 46 (18.36% from 255) = 9.56%

 BLUE value IS 249 (97.66% from 255) = 51.77%

R = 38.67%
G = 9.56%
B = 51.77%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA2EF9 (or 0xBA2EF9) is known color: Electric Purple. HEX triplet: BA, 2E and F9. RGB value is (186,46,249). Sum of RGB (Red+Green+Blue) = 186+46+249=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA2EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EF9 is #45D106. Grayscale: #6E6E6E. Windows color (decimal): -4575495 or 16330426. OLE color: 16330426.

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

Color convert

RGB 186 46 249 -
CMYK 0.25 0.82 0 0.02
HSL 281.38º 0.94% 0.58% -
HSV(B) 281.38º 0.82% 0.98% -
XYZ 38.33 19.23 91.31 -
YUV 111 205.88 181.49 -
System Red Green Blue C M Y K H S L
Decimal 186 46 249 0.25 0.82 0 0.02 281.38 0.94 0.58
Hex BA 2E F9 19 52 0 2 119 5E 3A
Octal 272 56 371 31 122 0 2 431 136 72
Binary 10111010 101110 11111001 11001 1010010 0 10 100011001 1011110 111010

Color Harmonies of #BA2EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EF9

Black with #BA2EF9

Text Example


Text Example

White with #BA2EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EF9; }

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

 H1.HeaderClassName
 {
   color: #BA2EF9;
 }
 .AnyTagClassName
 {
   color: #BA2EF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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