Html Css Color HEX #BA1EFA Electric Purple

📋 copy color: '#BA1EFA'

red 186 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #BA1EFA

Tints of Electric Purple #BA1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

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

R = 39.91%
G = 6.44%
B = 53.65%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1EFA (or 0xBA1EFA) is known color: Electric Purple. HEX triplet: BA, 1E and FA. RGB value is (186,30,250). Sum of RGB (Red+Green+Blue) = 186+30+250=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA1EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EFA is #45E105. Grayscale: #656565. Windows color (decimal): -4579590 or 16391866. OLE color: 16391866.

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

Color convert

RGB 186 30 250 -
CMYK 0.26 0.88 0 0.02
HSL 282.55º 0.96% 0.55% -
HSV(B) 282.55º 0.88% 0.98% -
XYZ 37.97 18.27 91.97 -
YUV 101.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 186 30 250 0.26 0.88 0 0.02 282.55 0.96 0.55
Hex BA 1E FA 1A 58 0 2 11B 60 37
Octal 272 36 372 32 130 0 2 433 140 67
Binary 10111010 11110 11111010 11010 1011000 0 10 100011011 1100000 110111

Color Harmonies of #BA1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EFA

Black with #BA1EFA

Text Example


Text Example

White with #BA1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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