Html Css Color HEX #BA1AE3 Electric Purple

📋 copy color: '#BA1AE3'

red 186 ◦ green 26 ◦ blue 227

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

Shades of Electric Purple #BA1AE3

Tints of Electric Purple #BA1AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.71%

R = 42.37%
G = 5.92%
B = 51.71%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA1AE3 (or 0xBA1AE3) is known color: Electric Purple. HEX triplet: BA, 1A and E3. RGB value is (186,26,227). Sum of RGB (Red+Green+Blue) = 186+26+227=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA1AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AE3 is #45E51C. Grayscale: #606060. Windows color (decimal): -4580637 or 14883514. OLE color: 14883514.

HSL color Cylindrical-coordinate representation of color #BA1AE3: hue angle of 287.76º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AE3 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 26 227 -
CMYK 0.18 0.89 0 0.11
HSL 287.76º 0.79% 0.5% -
HSV(B) 287.76º 0.89% 0.89% -
XYZ 34.48 16.72 74.08 -
YUV 96.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 186 26 227 0.18 0.89 0 0.11 287.76 0.79 0.5
Hex BA 1A E3 12 59 0 B 120 4F 32
Octal 272 32 343 22 131 0 13 440 117 62
Binary 10111010 11010 11100011 10010 1011001 0 1011 100100000 1001111 110010

Color Harmonies of #BA1AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AE3

Black with #BA1AE3

Text Example


Text Example

White with #BA1AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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