Html Css Color HEX #BA0EF1 Electric Purple

📋 copy color: '#BA0EF1'

red 186 ◦ green 14 ◦ blue 241

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

Shades of Electric Purple #BA0EF1

Tints of Electric Purple #BA0EF1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 241 (94.53% from 255) = 54.65%

R = 42.18%
G = 3.17%
B = 54.65%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA0EF1 (or 0xBA0EF1) is known color: Electric Purple. HEX triplet: BA, 0E and F1. RGB value is (186,14,241). Sum of RGB (Red+Green+Blue) = 186+14+241=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA0EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EF1 is #45F10E. Grayscale: #5A5A5A. Windows color (decimal): -4583695 or 15797946. OLE color: 15797946.

HSL color Cylindrical-coordinate representation of color #BA0EF1: hue angle of 285.46º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EF1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 14 241 -
CMYK 0.23 0.94 0 0.05
HSL 285.46º 0.89% 0.5% -
HSV(B) 285.46º 0.94% 0.95% -
XYZ 36.28 17.1 84.61 -
YUV 91.31 212.48 195.54 -
System Red Green Blue C M Y K H S L
Decimal 186 14 241 0.23 0.94 0 0.05 285.46 0.89 0.5
Hex BA E F1 17 5E 0 5 11D 59 32
Octal 272 16 361 27 136 0 5 435 131 62
Binary 10111010 1110 11110001 10111 1011110 0 101 100011101 1011001 110010

Color Harmonies of #BA0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EF1

Black with #BA0EF1

Text Example


Text Example

White with #BA0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EF1; }

 p { color: rgb(186,14,241); }

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

background-color css

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

 a { background-color: rgb(186,14,241); }

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

border-color css

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

 span { border-color: rgb(186,14,241); }

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