Html Css Color HEX #BA24E9 Electric Purple

📋 copy color: '#BA24E9'

red 186 ◦ green 36 ◦ blue 233

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

Shades of Electric Purple #BA24E9

Tints of Electric Purple #BA24E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 40.88%
G = 7.91%
B = 51.21%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA24E9 (or 0xBA24E9) is known color: Electric Purple. HEX triplet: BA, 24 and E9. RGB value is (186,36,233). Sum of RGB (Red+Green+Blue) = 186+36+233=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA24E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24E9 is #45DB16. Grayscale: #666666. Windows color (decimal): -4578071 or 15279290. OLE color: 15279290.

HSL color Cylindrical-coordinate representation of color #BA24E9: hue angle of 285.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA24E9 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 36 233 -
CMYK 0.20 0.85 0 0.09
HSL 285.69º 0.82% 0.53% -
HSV(B) 285.69º 0.85% 0.91% -
XYZ 35.59 17.58 78.61 -
YUV 103.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 186 36 233 0.20 0.85 0 0.09 285.69 0.82 0.53
Hex BA 24 E9 14 55 0 9 11E 52 35
Octal 272 44 351 24 125 0 11 436 122 65
Binary 10111010 100100 11101001 10100 1010101 0 1001 100011110 1010010 110101

Color Harmonies of #BA24E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24E9

Black with #BA24E9

Text Example


Text Example

White with #BA24E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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