Html Css Color HEX #BA24ED Electric Purple

📋 copy color: '#BA24ED'

red 186 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #BA24ED

Tints of Electric Purple #BA24ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 40.52%
G = 7.84%
B = 51.63%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA24ED (or 0xBA24ED) is known color: Electric Purple. HEX triplet: BA, 24 and ED. RGB value is (186,36,237). Sum of RGB (Red+Green+Blue) = 186+36+237=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24ED is #45DB12. Grayscale: #676767. Windows color (decimal): -4578067 or 15541434. OLE color: 15541434.

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

Color convert

RGB 186 36 237 -
CMYK 0.22 0.85 0 0.07
HSL 284.78º 0.85% 0.54% -
HSV(B) 284.78º 0.85% 0.93% -
XYZ 36.17 17.82 81.65 -
YUV 103.76 203.2 186.66 -
System Red Green Blue C M Y K H S L
Decimal 186 36 237 0.22 0.85 0 0.07 284.78 0.85 0.54
Hex BA 24 ED 16 55 0 7 11D 55 36
Octal 272 44 355 26 125 0 7 435 125 66
Binary 10111010 100100 11101101 10110 1010101 0 111 100011101 1010101 110110

Color Harmonies of #BA24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24ED

Black with #BA24ED

Text Example


Text Example

White with #BA24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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