Html Css Color HEX #BA1AEA Electric Purple

📋 copy color: '#BA1AEA'

red 186 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #BA1AEA

Tints of Electric Purple #BA1AEA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.83%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 41.7%
G = 5.83%
B = 52.47%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA1AEA (or 0xBA1AEA) is known color: Electric Purple. HEX triplet: BA, 1A and EA. RGB value is (186,26,234). Sum of RGB (Red+Green+Blue) = 186+26+234=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA1AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AEA is #45E515. Grayscale: #606060. Windows color (decimal): -4580630 or 15342266. OLE color: 15342266.

HSL color Cylindrical-coordinate representation of color #BA1AEA: hue angle of 286.15º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AEA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 26 234 -
CMYK 0.21 0.89 0 0.08
HSL 286.15º 0.83% 0.51% -
HSV(B) 286.15º 0.89% 0.92% -
XYZ 35.47 17.12 79.28 -
YUV 97.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 186 26 234 0.21 0.89 0 0.08 286.15 0.83 0.51
Hex BA 1A EA 15 59 0 8 11E 53 33
Octal 272 32 352 25 131 0 10 436 123 63
Binary 10111010 11010 11101010 10101 1011001 0 1000 100011110 1010011 110011

Color Harmonies of #BA1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AEA

Black with #BA1AEA

Text Example


Text Example

White with #BA1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AEA; }

 p { color: rgb(186,26,234); }

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

background-color css

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

 a { background-color: rgb(186,26,234); }

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

border-color css

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

 span { border-color: rgb(186,26,234); }

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