Html Css Color HEX #BA2EFA Electric Purple

📋 copy color: '#BA2EFA'

red 186 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #BA2EFA

Tints of Electric Purple #BA2EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 38.59%
G = 9.54%
B = 51.87%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA2EFA (or 0xBA2EFA) is known color: Electric Purple. HEX triplet: BA, 2E and FA. RGB value is (186,46,250). Sum of RGB (Red+Green+Blue) = 186+46+250=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EFA is #45D105. Grayscale: #6E6E6E. Windows color (decimal): -4575494 or 16395962. OLE color: 16395962.

HSL color Cylindrical-coordinate representation of color #BA2EFA: hue angle of 281.18º degrees, saturation: 0.95, 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 #BA2EFA is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 46 250 -
CMYK 0.26 0.82 0 0.02
HSL 281.18º 0.95% 0.58% -
HSV(B) 281.18º 0.82% 0.98% -
XYZ 38.48 19.3 92.14 -
YUV 111.12 206.38 181.41 -
System Red Green Blue C M Y K H S L
Decimal 186 46 250 0.26 0.82 0 0.02 281.18 0.95 0.58
Hex BA 2E FA 1A 52 0 2 119 5F 3A
Octal 272 56 372 32 122 0 2 431 137 72
Binary 10111010 101110 11111010 11010 1010010 0 10 100011001 1011111 111010

Color Harmonies of #BA2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EFA

Black with #BA2EFA

Text Example


Text Example

White with #BA2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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