Html Css Color HEX #BA19E4 Electric Purple

📋 copy color: '#BA19E4'

red 186 ◦ green 25 ◦ blue 228

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

Shades of Electric Purple #BA19E4

Tints of Electric Purple #BA19E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 51.94%

R = 42.37%
G = 5.69%
B = 51.94%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA19E4 (or 0xBA19E4) is known color: Electric Purple. HEX triplet: BA, 19 and E4. RGB value is (186,25,228). Sum of RGB (Red+Green+Blue) = 186+25+228=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA19E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19E4 is #45E61B. Grayscale: #5F5F5F. Windows color (decimal): -4580892 or 14948794. OLE color: 14948794.

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

Color convert

RGB 186 25 228 -
CMYK 0.18 0.89 0 0.11
HSL 287.59º 0.8% 0.5% -
HSV(B) 287.59º 0.89% 0.89% -
XYZ 34.6 16.74 74.81 -
YUV 96.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 186 25 228 0.18 0.89 0 0.11 287.59 0.8 0.5
Hex BA 19 E4 12 59 0 B 120 50 32
Octal 272 31 344 22 131 0 13 440 120 62
Binary 10111010 11001 11100100 10010 1011001 0 1011 100100000 1010000 110010

Color Harmonies of #BA19E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19E4

Black with #BA19E4

Text Example


Text Example

White with #BA19E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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