Html Css Color HEX #BA1AFA Electric Purple

📋 copy color: '#BA1AFA'

red 186 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #BA1AFA

Tints of Electric Purple #BA1AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 40.26%
G = 5.63%
B = 54.11%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1AFA (or 0xBA1AFA) is known color: Electric Purple. HEX triplet: BA, 1A and FA. RGB value is (186,26,250). Sum of RGB (Red+Green+Blue) = 186+26+250=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA1AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AFA is #45E505. Grayscale: #626262. Windows color (decimal): -4580614 or 16390842. OLE color: 16390842.

HSL color Cylindrical-coordinate representation of color #BA1AFA: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1AFA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 26 250 -
CMYK 0.26 0.90 0 0.02
HSL 282.86º 0.96% 0.54% -
HSV(B) 282.86º 0.9% 0.98% -
XYZ 37.87 18.08 91.94 -
YUV 99.38 213.01 189.79 -
System Red Green Blue C M Y K H S L
Decimal 186 26 250 0.26 0.90 0 0.02 282.86 0.96 0.54
Hex BA 1A FA 1A 5A 0 2 11B 60 36
Octal 272 32 372 32 132 0 2 433 140 66
Binary 10111010 11010 11111010 11010 1011010 0 10 100011011 1100000 110110

Color Harmonies of #BA1AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AFA

Black with #BA1AFA

Text Example


Text Example

White with #BA1AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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