Html Css Color HEX #BA1AF5 Electric Purple

📋 copy color: '#BA1AF5'

red 186 ◦ green 26 ◦ blue 245

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

Shades of Electric Purple #BA1AF5

Tints of Electric Purple #BA1AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.61%

R = 40.7%
G = 5.69%
B = 53.61%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA1AF5 (or 0xBA1AF5) is known color: Electric Purple. HEX triplet: BA, 1A and F5. RGB value is (186,26,245). Sum of RGB (Red+Green+Blue) = 186+26+245=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA1AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AF5 is #45E50A. Grayscale: #626262. Windows color (decimal): -4580619 or 16063162. OLE color: 16063162.

HSL color Cylindrical-coordinate representation of color #BA1AF5: hue angle of 283.84º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AF5 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 26 245 -
CMYK 0.24 0.89 0 0.04
HSL 283.84º 0.92% 0.53% -
HSV(B) 283.84º 0.89% 0.96% -
XYZ 37.1 17.77 87.86 -
YUV 98.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 186 26 245 0.24 0.89 0 0.04 283.84 0.92 0.53
Hex BA 1A F5 18 59 0 4 11C 5C 35
Octal 272 32 365 30 131 0 4 434 134 65
Binary 10111010 11010 11110101 11000 1011001 0 100 100011100 1011100 110101

Color Harmonies of #BA1AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AF5

Black with #BA1AF5

Text Example


Text Example

White with #BA1AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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