Html Css Color HEX #BA24E6 Electric Purple

📋 copy color: '#BA24E6'

red 186 ◦ green 36 ◦ blue 230

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

Shades of Electric Purple #BA24E6

Tints of Electric Purple #BA24E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.88%

R = 41.15%
G = 7.96%
B = 50.88%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA24E6 (or 0xBA24E6) is known color: Electric Purple. HEX triplet: BA, 24 and E6. RGB value is (186,36,230). Sum of RGB (Red+Green+Blue) = 186+36+230=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA24E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA24E6 is #45DB19. Grayscale: #666666. Windows color (decimal): -4578074 or 15082682. OLE color: 15082682.

HSL color Cylindrical-coordinate representation of color #BA24E6: hue angle of 286.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA24E6 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 36 230 -
CMYK 0.19 0.84 0 0.10
HSL 286.39º 0.8% 0.52% -
HSV(B) 286.39º 0.84% 0.9% -
XYZ 35.16 17.41 76.37 -
YUV 102.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 186 36 230 0.19 0.84 0 0.10 286.39 0.8 0.52
Hex BA 24 E6 13 54 0 A 11E 50 34
Octal 272 44 346 23 124 0 12 436 120 64
Binary 10111010 100100 11100110 10011 1010100 0 1010 100011110 1010000 110100

Color Harmonies of #BA24E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA24E6

Black with #BA24E6

Text Example


Text Example

White with #BA24E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA24E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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