Html Css Color HEX #BA2EF1 Electric Purple

📋 copy color: '#BA2EF1'

red 186 ◦ green 46 ◦ blue 241

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

Shades of Electric Purple #BA2EF1

Tints of Electric Purple #BA2EF1

RGB

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

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

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

R = 39.32%
G = 9.73%
B = 50.95%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA2EF1 (or 0xBA2EF1) is known color: Electric Purple. HEX triplet: BA, 2E and F1. RGB value is (186,46,241). Sum of RGB (Red+Green+Blue) = 186+46+241=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA2EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EF1 is #45D10E. Grayscale: #6D6D6D. Windows color (decimal): -4575503 or 15806138. OLE color: 15806138.

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

Color convert

RGB 186 46 241 -
CMYK 0.23 0.81 0 0.05
HSL 283.08º 0.87% 0.56% -
HSV(B) 283.08º 0.81% 0.95% -
XYZ 37.1 18.74 84.88 -
YUV 110.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 186 46 241 0.23 0.81 0 0.05 283.08 0.87 0.56
Hex BA 2E F1 17 51 0 5 11B 57 38
Octal 272 56 361 27 121 0 5 433 127 70
Binary 10111010 101110 11110001 10111 1010001 0 101 100011011 1010111 111000

Color Harmonies of #BA2EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EF1

Black with #BA2EF1

Text Example


Text Example

White with #BA2EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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