Html Css Color HEX #BA24EC Electric Purple

📋 copy color: '#BA24EC'

red 186 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #BA24EC

Tints of Electric Purple #BA24EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 40.61%
G = 7.86%
B = 51.53%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA24EC (or 0xBA24EC) is known color: Electric Purple. HEX triplet: BA, 24 and EC. RGB value is (186,36,236). Sum of RGB (Red+Green+Blue) = 186+36+236=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24EC is #45DB13. Grayscale: #676767. Windows color (decimal): -4578068 or 15475898. OLE color: 15475898.

HSL color Cylindrical-coordinate representation of color #BA24EC: hue angle of 285º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA24EC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 36 236 -
CMYK 0.21 0.85 0 0.07
HSL 285º 0.84% 0.53% -
HSV(B) 285º 0.85% 0.93% -
XYZ 36.02 17.76 80.89 -
YUV 103.65 202.7 186.74 -
System Red Green Blue C M Y K H S L
Decimal 186 36 236 0.21 0.85 0 0.07 285 0.84 0.53
Hex BA 24 EC 15 55 0 7 11D 54 35
Octal 272 44 354 25 125 0 7 435 124 65
Binary 10111010 100100 11101100 10101 1010101 0 111 100011101 1010100 110101

Color Harmonies of #BA24EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24EC

Black with #BA24EC

Text Example


Text Example

White with #BA24EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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