Html Css Color HEX #BA2AEF Electric Purple

📋 copy color: '#BA2AEF'

red 186 ◦ green 42 ◦ blue 239

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

Shades of Electric Purple #BA2AEF

Tints of Electric Purple #BA2AEF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.99%

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 39.83%
G = 8.99%
B = 51.18%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA2AEF (or 0xBA2AEF) is known color: Electric Purple. HEX triplet: BA, 2A and EF. RGB value is (186,42,239). Sum of RGB (Red+Green+Blue) = 186+42+239=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AEF is #45D510. Grayscale: #6A6A6A. Windows color (decimal): -4576529 or 15674042. OLE color: 15674042.

HSL color Cylindrical-coordinate representation of color #BA2AEF: hue angle of 283.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2AEF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 42 239 -
CMYK 0.22 0.82 0 0.06
HSL 283.86º 0.86% 0.55% -
HSV(B) 283.86º 0.82% 0.94% -
XYZ 36.66 18.33 83.27 -
YUV 107.51 202.21 183.98 -
System Red Green Blue C M Y K H S L
Decimal 186 42 239 0.22 0.82 0 0.06 283.86 0.86 0.55
Hex BA 2A EF 16 52 0 6 11C 56 37
Octal 272 52 357 26 122 0 6 434 126 67
Binary 10111010 101010 11101111 10110 1010010 0 110 100011100 1010110 110111

Color Harmonies of #BA2AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AEF

Black with #BA2AEF

Text Example


Text Example

White with #BA2AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AEF; }

 p { color: rgb(186,42,239); }

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

background-color css

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

 a { background-color: rgb(186,42,239); }

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

border-color css

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

 span { border-color: rgb(186,42,239); }

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