Html Css Color HEX #BA19E5 Electric Purple

📋 copy color: '#BA19E5'

red 186 ◦ green 25 ◦ blue 229

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

Shades of Electric Purple #BA19E5

Tints of Electric Purple #BA19E5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.68%

 BLUE value IS 229 (89.84% from 255) = 52.05%

R = 42.27%
G = 5.68%
B = 52.05%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA19E5 (or 0xBA19E5) is known color: Electric Purple. HEX triplet: BA, 19 and E5. RGB value is (186,25,229). Sum of RGB (Red+Green+Blue) = 186+25+229=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19E5 is #45E61A. Grayscale: #5F5F5F. Windows color (decimal): -4580891 or 15014330. OLE color: 15014330.

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

Color convert

RGB 186 25 229 -
CMYK 0.19 0.89 0 0.10
HSL 287.35º 0.8% 0.5% -
HSV(B) 287.35º 0.89% 0.9% -
XYZ 34.74 16.79 75.54 -
YUV 96.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 186 25 229 0.19 0.89 0 0.10 287.35 0.8 0.5
Hex BA 19 E5 13 59 0 A 11F 50 32
Octal 272 31 345 23 131 0 12 437 120 62
Binary 10111010 11001 11100101 10011 1011001 0 1010 100011111 1010000 110010

Color Harmonies of #BA19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19E5

Black with #BA19E5

Text Example


Text Example

White with #BA19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19E5; }

 p { color: rgb(186,25,229); }

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

background-color css

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

 a { background-color: rgb(186,25,229); }

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

border-color css

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

 span { border-color: rgb(186,25,229); }

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