Html Css Color HEX #BA19FA Electric Purple

📋 copy color: '#BA19FA'

red 186 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #BA19FA

Tints of Electric Purple #BA19FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.42%

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

R = 40.35%
G = 5.42%
B = 54.23%

CMYK

 C value IS 0.26

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA19FA (or 0xBA19FA) is known color: Electric Purple. HEX triplet: BA, 19 and FA. RGB value is (186,25,250). Sum of RGB (Red+Green+Blue) = 186+25+250=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19FA is #45E605. Grayscale: #626262. Windows color (decimal): -4580870 or 16390586. OLE color: 16390586.

HSL color Cylindrical-coordinate representation of color #BA19FA: hue angle of 282.93º 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 #BA19FA is Cyan = 0.26, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 25 250 -
CMYK 0.26 0.9 0 0.02
HSL 282.93º 0.96% 0.54% -
HSV(B) 282.93º 0.9% 0.98% -
XYZ 37.85 18.04 91.93 -
YUV 98.79 213.34 190.2 -
System Red Green Blue C M Y K H S L
Decimal 186 25 250 0.26 0.9 0 0.02 282.93 0.96 0.54
Hex BA 19 FA 1A 5A 0 2 11B 60 36
Octal 272 31 372 32 132 0 2 433 140 66
Binary 10111010 11001 11111010 11010 1011010 0 10 100011011 1100000 110110

Color Harmonies of #BA19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19FA

Black with #BA19FA

Text Example


Text Example

White with #BA19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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