Html Css Color HEX #BA01FA Electric Purple

📋 copy color: '#BA01FA'

red 186 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #BA01FA

Tints of Electric Purple #BA01FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 42.56%
G = 0.23%
B = 57.21%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA01FA (or 0xBA01FA) is known color: Electric Purple. HEX triplet: BA, 01 and FA. RGB value is (186,1,250). Sum of RGB (Red+Green+Blue) = 186+1+250=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01FA is #45FE05. Grayscale: #535353. Windows color (decimal): -4587014 or 16384442. OLE color: 16384442.

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

Color convert

RGB 186 1 250 -
CMYK 0.26 1.00 0 0.02
HSL 284.58º 0.99% 0.49% -
HSV(B) 284.58º 1% 0.98% -
XYZ 37.52 17.36 91.82 -
YUV 84.7 221.29 200.25 -
System Red Green Blue C M Y K H S L
Decimal 186 1 250 0.26 1.00 0 0.02 284.58 0.99 0.49
Hex BA 1 FA 1A 64 0 2 11D 63 31
Octal 272 1 372 32 144 0 2 435 143 61
Binary 10111010 1 11111010 11010 1100100 0 10 100011101 1100011 110001

Color Harmonies of #BA01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01FA

Black with #BA01FA

Text Example


Text Example

White with #BA01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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