Html Css Color HEX #BA0AFA Electric Purple

📋 copy color: '#BA0AFA'

red 186 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #BA0AFA

Tints of Electric Purple #BA0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

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

R = 41.7%
G = 2.24%
B = 56.05%

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

#BA0AFA (or 0xBA0AFA) is known color: Electric Purple. HEX triplet: BA, 0A and FA. RGB value is (186,10,250). Sum of RGB (Red+Green+Blue) = 186+10+250=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA0AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AFA is #45F505. Grayscale: #595959. Windows color (decimal): -4584710 or 16386746. OLE color: 16386746.

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

Color convert

RGB 186 10 250 -
CMYK 0.26 0.96 0 0.02
HSL 284º 0.96% 0.51% -
HSV(B) 284º 0.96% 0.98% -
XYZ 37.61 17.56 91.85 -
YUV 89.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 186 10 250 0.26 0.96 0 0.02 284 0.96 0.51
Hex BA A FA 1A 60 0 2 11C 60 33
Octal 272 12 372 32 140 0 2 434 140 63
Binary 10111010 1010 11111010 11010 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BA0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AFA

Black with #BA0AFA

Text Example


Text Example

White with #BA0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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