Html Css Color HEX #BA25EF Electric Purple

📋 copy color: '#BA25EF'

red 186 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #BA25EF

Tints of Electric Purple #BA25EF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.01%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 40.26%
G = 8.01%
B = 51.73%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA25EF (or 0xBA25EF) is known color: Electric Purple. HEX triplet: BA, 25 and EF. RGB value is (186,37,239). Sum of RGB (Red+Green+Blue) = 186+37+239=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25EF is #45DA10. Grayscale: #676767. Windows color (decimal): -4577809 or 15672762. OLE color: 15672762.

HSL color Cylindrical-coordinate representation of color #BA25EF: hue angle of 284.26º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA25EF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 37 239 -
CMYK 0.22 0.85 0 0.06
HSL 284.26º 0.86% 0.54% -
HSV(B) 284.26º 0.85% 0.94% -
XYZ 36.49 17.99 83.21 -
YUV 104.58 203.86 186.07 -
System Red Green Blue C M Y K H S L
Decimal 186 37 239 0.22 0.85 0 0.06 284.26 0.86 0.54
Hex BA 25 EF 16 55 0 6 11C 56 36
Octal 272 45 357 26 125 0 6 434 126 66
Binary 10111010 100101 11101111 10110 1010101 0 110 100011100 1010110 110110

Color Harmonies of #BA25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA25EF

Black with #BA25EF

Text Example


Text Example

White with #BA25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA25EF; }

 p { color: rgb(186,37,239); }

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

background-color css

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

 a { background-color: rgb(186,37,239); }

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

border-color css

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

 span { border-color: rgb(186,37,239); }

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