Html Css Color HEX #BA2FFA Electric Purple

📋 copy color: '#BA2FFA'

red 186 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #BA2FFA

Tints of Electric Purple #BA2FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.73%

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

R = 38.51%
G = 9.73%
B = 51.76%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA2FFA (or 0xBA2FFA) is known color: Electric Purple. HEX triplet: BA, 2F and FA. RGB value is (186,47,250). Sum of RGB (Red+Green+Blue) = 186+47+250=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FFA is #45D005. Grayscale: #6F6F6F. Windows color (decimal): -4575238 or 16396218. OLE color: 16396218.

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

Color convert

RGB 186 47 250 -
CMYK 0.26 0.81 0 0.02
HSL 281.08º 0.95% 0.58% -
HSV(B) 281.08º 0.81% 0.98% -
XYZ 38.52 19.37 92.15 -
YUV 111.7 206.05 180.99 -
System Red Green Blue C M Y K H S L
Decimal 186 47 250 0.26 0.81 0 0.02 281.08 0.95 0.58
Hex BA 2F FA 1A 51 0 2 119 5F 3A
Octal 272 57 372 32 121 0 2 431 137 72
Binary 10111010 101111 11111010 11010 1010001 0 10 100011001 1011111 111010

Color Harmonies of #BA2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FFA

Black with #BA2FFA

Text Example


Text Example

White with #BA2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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