Html Css Color HEX #BA2EF2 Electric Purple

📋 copy color: '#BA2EF2'

red 186 ◦ green 46 ◦ blue 242

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

Shades of Electric Purple #BA2EF2

Tints of Electric Purple #BA2EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.05%

R = 39.24%
G = 9.7%
B = 51.05%

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

#BA2EF2 (or 0xBA2EF2) is known color: Electric Purple. HEX triplet: BA, 2E and F2. RGB value is (186,46,242). Sum of RGB (Red+Green+Blue) = 186+46+242=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA2EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EF2 is #45D10D. Grayscale: #6D6D6D. Windows color (decimal): -4575502 or 15871674. OLE color: 15871674.

HSL color Cylindrical-coordinate representation of color #BA2EF2: hue angle of 282.86º degrees, saturation: 0.88, 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 #BA2EF2 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 46 242 -
CMYK 0.23 0.81 0 0.05
HSL 282.86º 0.88% 0.56% -
HSV(B) 282.86º 0.81% 0.95% -
XYZ 37.25 18.8 85.67 -
YUV 110.2 202.38 182.06 -
System Red Green Blue C M Y K H S L
Decimal 186 46 242 0.23 0.81 0 0.05 282.86 0.88 0.56
Hex BA 2E F2 17 51 0 5 11B 58 38
Octal 272 56 362 27 121 0 5 433 130 70
Binary 10111010 101110 11110010 10111 1010001 0 101 100011011 1011000 111000

Color Harmonies of #BA2EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EF2

Black with #BA2EF2

Text Example


Text Example

White with #BA2EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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