Html Css Color HEX #BA1AEE Electric Purple

📋 copy color: '#BA1AEE'

red 186 ◦ green 26 ◦ blue 238

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

Shades of Electric Purple #BA1AEE

Tints of Electric Purple #BA1AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 41.33%
G = 5.78%
B = 52.89%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1AEE (or 0xBA1AEE) is known color: Electric Purple. HEX triplet: BA, 1A and EE. RGB value is (186,26,238). Sum of RGB (Red+Green+Blue) = 186+26+238=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA1AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AEE is #45E511. Grayscale: #616161. Windows color (decimal): -4580626 or 15604410. OLE color: 15604410.

HSL color Cylindrical-coordinate representation of color #BA1AEE: hue angle of 285.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AEE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 26 238 -
CMYK 0.22 0.89 0 0.07
HSL 285.28º 0.86% 0.52% -
HSV(B) 285.28º 0.89% 0.93% -
XYZ 36.05 17.35 82.34 -
YUV 98.01 207.01 190.76 -
System Red Green Blue C M Y K H S L
Decimal 186 26 238 0.22 0.89 0 0.07 285.28 0.86 0.52
Hex BA 1A EE 16 59 0 7 11D 56 34
Octal 272 32 356 26 131 0 7 435 126 64
Binary 10111010 11010 11101110 10110 1011001 0 111 100011101 1010110 110100

Color Harmonies of #BA1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AEE

Black with #BA1AEE

Text Example


Text Example

White with #BA1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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