Html Css Color HEX #BA00FA Electric Purple

📋 copy color: '#BA00FA'

red 186 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #BA00FA

Tints of Electric Purple #BA00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.66%
G = 0%
B = 57.34%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA00FA (or 0xBA00FA) is known color: Electric Purple. HEX triplet: BA, 00 and FA. RGB value is (186,0,250). Sum of RGB (Red+Green+Blue) = 186+0+250=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00FA is #45FF05. Grayscale: #535353. Windows color (decimal): -4587270 or 16384186. OLE color: 16384186.

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

Color convert

RGB 186 0 250 -
CMYK 0.26 1 0 0.02
HSL 284.64º 1% 0.49% -
HSV(B) 284.64º 1% 0.98% -
XYZ 37.51 17.34 91.81 -
YUV 84.11 221.62 200.67 -
System Red Green Blue C M Y K H S L
Decimal 186 0 250 0.26 1 0 0.02 284.64 1 0.49
Hex BA 0 FA 1A 64 0 2 11D 64 31
Octal 272 0 372 32 144 0 2 435 144 61
Binary 10111010 0 11111010 11010 1100100 0 10 100011101 1100100 110001

Color Harmonies of #BA00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00FA

Black with #BA00FA

Text Example


Text Example

White with #BA00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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