Html Css Color HEX #BA2AEE Electric Purple

📋 copy color: '#BA2AEE'

red 186 ◦ green 42 ◦ blue 238

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

Shades of Electric Purple #BA2AEE

Tints of Electric Purple #BA2AEE

RGB

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

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

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

R = 39.91%
G = 9.01%
B = 51.07%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2AEE (or 0xBA2AEE) is known color: Electric Purple. HEX triplet: BA, 2A and EE. RGB value is (186,42,238). Sum of RGB (Red+Green+Blue) = 186+42+238=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AEE is #45D511. Grayscale: #6A6A6A. Windows color (decimal): -4576530 or 15608506. OLE color: 15608506.

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

Color convert

RGB 186 42 238 -
CMYK 0.22 0.82 0 0.07
HSL 284.08º 0.85% 0.55% -
HSV(B) 284.08º 0.82% 0.93% -
XYZ 36.51 18.27 82.49 -
YUV 107.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 186 42 238 0.22 0.82 0 0.07 284.08 0.85 0.55
Hex BA 2A EE 16 52 0 7 11C 55 37
Octal 272 52 356 26 122 0 7 434 125 67
Binary 10111010 101010 11101110 10110 1010010 0 111 100011100 1010101 110111

Color Harmonies of #BA2AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AEE

Black with #BA2AEE

Text Example


Text Example

White with #BA2AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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