Html Css Color HEX #BA0AF5 Electric Purple

📋 copy color: '#BA0AF5'

red 186 ◦ green 10 ◦ blue 245

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

Shades of Electric Purple #BA0AF5

Tints of Electric Purple #BA0AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.56%

R = 42.18%
G = 2.27%
B = 55.56%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA0AF5 (or 0xBA0AF5) is known color: Electric Purple. HEX triplet: BA, 0A and F5. RGB value is (186,10,245). Sum of RGB (Red+Green+Blue) = 186+10+245=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA0AF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AF5 is #45F50A. Grayscale: #585858. Windows color (decimal): -4584715 or 16059066. OLE color: 16059066.

HSL color Cylindrical-coordinate representation of color #BA0AF5: hue angle of 284.94º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0AF5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 10 245 -
CMYK 0.24 0.96 0 0.04
HSL 284.94º 0.92% 0.5% -
HSV(B) 284.94º 0.96% 0.96% -
XYZ 36.84 17.25 87.77 -
YUV 89.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 186 10 245 0.24 0.96 0 0.04 284.94 0.92 0.5
Hex BA A F5 18 60 0 4 11D 5C 32
Octal 272 12 365 30 140 0 4 435 134 62
Binary 10111010 1010 11110101 11000 1100000 0 100 100011101 1011100 110010

Color Harmonies of #BA0AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AF5

Black with #BA0AF5

Text Example


Text Example

White with #BA0AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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