Html Css Color HEX #BA01F9 Electric Purple

📋 copy color: '#BA01F9'

red 186 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #BA01F9

Tints of Electric Purple #BA01F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.11%

R = 42.66%
G = 0.23%
B = 57.11%

CMYK

 C value IS 0.25

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA01F9 (or 0xBA01F9) is known color: Electric Purple. HEX triplet: BA, 01 and F9. RGB value is (186,1,249). Sum of RGB (Red+Green+Blue) = 186+1+249=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 249 (97.66% from 255 or 57.11% from 436); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA01F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01F9 is #45FE06. Grayscale: #535353. Windows color (decimal): -4587015 or 16318906. OLE color: 16318906.

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

Color convert

RGB 186 1 249 -
CMYK 0.25 1.00 0 0.02
HSL 284.76º 0.99% 0.49% -
HSV(B) 284.76º 1% 0.98% -
XYZ 37.36 17.3 90.99 -
YUV 84.59 220.79 200.33 -
System Red Green Blue C M Y K H S L
Decimal 186 1 249 0.25 1.00 0 0.02 284.76 0.99 0.49
Hex BA 1 F9 19 64 0 2 11D 63 31
Octal 272 1 371 31 144 0 2 435 143 61
Binary 10111010 1 11111001 11001 1100100 0 10 100011101 1100011 110001

Color Harmonies of #BA01F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01F9

Black with #BA01F9

Text Example


Text Example

White with #BA01F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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