Html Css Color HEX #BA24EF Electric Purple

📋 copy color: '#BA24EF'

red 186 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #BA24EF

Tints of Electric Purple #BA24EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.81%

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

R = 40.35%
G = 7.81%
B = 51.84%

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

#BA24EF (or 0xBA24EF) is known color: Electric Purple. HEX triplet: BA, 24 and EF. RGB value is (186,36,239). Sum of RGB (Red+Green+Blue) = 186+36+239=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA24EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24EF is #45DB10. Grayscale: #676767. Windows color (decimal): -4578065 or 15672506. OLE color: 15672506.

HSL color Cylindrical-coordinate representation of color #BA24EF: hue angle of 284.33º 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 #BA24EF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 36 239 -
CMYK 0.22 0.85 0 0.06
HSL 284.34º 0.86% 0.54% -
HSV(B) 284.34º 0.85% 0.94% -
XYZ 36.46 17.93 83.2 -
YUV 103.99 204.2 186.49 -
System Red Green Blue C M Y K H S L
Decimal 186 36 239 0.22 0.85 0 0.06 284.34 0.86 0.54
Hex BA 24 EF 16 55 0 6 11C 56 36
Octal 272 44 357 26 125 0 6 434 126 66
Binary 10111010 100100 11101111 10110 1010101 0 110 100011100 1010110 110110

Color Harmonies of #BA24EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24EF

Black with #BA24EF

Text Example


Text Example

White with #BA24EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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