Html Css Color HEX #BA24F4 Electric Purple

📋 copy color: '#BA24F4'

red 186 ◦ green 36 ◦ blue 244

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

Shades of Electric Purple #BA24F4

Tints of Electric Purple #BA24F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.36%

R = 39.91%
G = 7.73%
B = 52.36%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA24F4 (or 0xBA24F4) is known color: Electric Purple. HEX triplet: BA, 24 and F4. RGB value is (186,36,244). Sum of RGB (Red+Green+Blue) = 186+36+244=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA24F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24F4 is #45DB0B. Grayscale: #676767. Windows color (decimal): -4578060 or 16000186. OLE color: 16000186.

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

Color convert

RGB 186 36 244 -
CMYK 0.24 0.85 0 0.04
HSL 283.27º 0.9% 0.55% -
HSV(B) 283.27º 0.85% 0.96% -
XYZ 37.21 18.23 87.15 -
YUV 104.56 206.7 186.09 -
System Red Green Blue C M Y K H S L
Decimal 186 36 244 0.24 0.85 0 0.04 283.27 0.9 0.55
Hex BA 24 F4 18 55 0 4 11B 5A 37
Octal 272 44 364 30 125 0 4 433 132 67
Binary 10111010 100100 11110100 11000 1010101 0 100 100011011 1011010 110111

Color Harmonies of #BA24F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24F4

Black with #BA24F4

Text Example


Text Example

White with #BA24F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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