Html Css Color HEX #BA24EB Electric Purple

📋 copy color: '#BA24EB'

red 186 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #BA24EB

Tints of Electric Purple #BA24EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 40.7%
G = 7.88%
B = 51.42%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA24EB (or 0xBA24EB) is known color: Electric Purple. HEX triplet: BA, 24 and EB. RGB value is (186,36,235). Sum of RGB (Red+Green+Blue) = 186+36+235=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA24EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24EB is #45DB14. Grayscale: #666666. Windows color (decimal): -4578069 or 15410362. OLE color: 15410362.

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

Color convert

RGB 186 36 235 -
CMYK 0.21 0.85 0 0.08
HSL 285.23º 0.83% 0.53% -
HSV(B) 285.23º 0.85% 0.92% -
XYZ 35.88 17.7 80.12 -
YUV 103.54 202.2 186.82 -
System Red Green Blue C M Y K H S L
Decimal 186 36 235 0.21 0.85 0 0.08 285.23 0.83 0.53
Hex BA 24 EB 15 55 0 8 11D 53 35
Octal 272 44 353 25 125 0 10 435 123 65
Binary 10111010 100100 11101011 10101 1010101 0 1000 100011101 1010011 110101

Color Harmonies of #BA24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24EB

Black with #BA24EB

Text Example


Text Example

White with #BA24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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