Html Css Color HEX #BA09FA Electric Purple

📋 copy color: '#BA09FA'

red 186 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #BA09FA

Tints of Electric Purple #BA09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.02%

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

R = 41.8%
G = 2.02%
B = 56.18%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA09FA (or 0xBA09FA) is known color: Electric Purple. HEX triplet: BA, 09 and FA. RGB value is (186,9,250). Sum of RGB (Red+Green+Blue) = 186+9+250=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09FA is #45F605. Grayscale: #585858. Windows color (decimal): -4584966 or 16386490. OLE color: 16386490.

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

Color convert

RGB 186 9 250 -
CMYK 0.26 0.96 0 0.02
HSL 284.07º 0.96% 0.51% -
HSV(B) 284.07º 0.96% 0.98% -
XYZ 37.6 17.54 91.85 -
YUV 89.4 218.64 196.9 -
System Red Green Blue C M Y K H S L
Decimal 186 9 250 0.26 0.96 0 0.02 284.07 0.96 0.51
Hex BA 9 FA 1A 60 0 2 11C 60 33
Octal 272 11 372 32 140 0 2 434 140 63
Binary 10111010 1001 11111010 11010 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BA09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09FA

Black with #BA09FA

Text Example


Text Example

White with #BA09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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