Html Css Color HEX #BA1AE6 Electric Purple

📋 copy color: '#BA1AE6'

red 186 ◦ green 26 ◦ blue 230

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

Shades of Electric Purple #BA1AE6

Tints of Electric Purple #BA1AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 42.08%
G = 5.88%
B = 52.04%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA1AE6 (or 0xBA1AE6) is known color: Electric Purple. HEX triplet: BA, 1A and E6. RGB value is (186,26,230). Sum of RGB (Red+Green+Blue) = 186+26+230=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA1AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AE6 is #45E519. Grayscale: #606060. Windows color (decimal): -4580634 or 15080122. OLE color: 15080122.

HSL color Cylindrical-coordinate representation of color #BA1AE6: hue angle of 287.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AE6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 26 230 -
CMYK 0.19 0.89 0 0.10
HSL 287.06º 0.8% 0.5% -
HSV(B) 287.06º 0.89% 0.9% -
XYZ 34.9 16.89 76.28 -
YUV 97.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 186 26 230 0.19 0.89 0 0.10 287.06 0.8 0.5
Hex BA 1A E6 13 59 0 A 11F 50 32
Octal 272 32 346 23 131 0 12 437 120 62
Binary 10111010 11010 11100110 10011 1011001 0 1010 100011111 1010000 110010

Color Harmonies of #BA1AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AE6

Black with #BA1AE6

Text Example


Text Example

White with #BA1AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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