Html Css Color HEX #BA1EF4 Electric Purple

📋 copy color: '#BA1EF4'

red 186 ◦ green 30 ◦ blue 244

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

Shades of Electric Purple #BA1EF4

Tints of Electric Purple #BA1EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.04%

R = 40.43%
G = 6.52%
B = 53.04%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA1EF4 (or 0xBA1EF4) is known color: Electric Purple. HEX triplet: BA, 1E and F4. RGB value is (186,30,244). Sum of RGB (Red+Green+Blue) = 186+30+244=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA1EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EF4 is #45E10B. Grayscale: #646464. Windows color (decimal): -4579596 or 15998650. OLE color: 15998650.

HSL color Cylindrical-coordinate representation of color #BA1EF4: hue angle of 283.74º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1EF4 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 30 244 -
CMYK 0.24 0.88 0 0.04
HSL 283.74º 0.91% 0.54% -
HSV(B) 283.74º 0.88% 0.96% -
XYZ 37.04 17.9 87.09 -
YUV 101.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 186 30 244 0.24 0.88 0 0.04 283.74 0.91 0.54
Hex BA 1E F4 18 58 0 4 11C 5B 36
Octal 272 36 364 30 130 0 4 434 133 66
Binary 10111010 11110 11110100 11000 1011000 0 100 100011100 1011011 110110

Color Harmonies of #BA1EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EF4

Black with #BA1EF4

Text Example


Text Example

White with #BA1EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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