Html Css Color HEX #BA19EA Electric Purple

📋 copy color: '#BA19EA'

red 186 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #BA19EA

Tints of Electric Purple #BA19EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 41.8%
G = 5.62%
B = 52.58%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA19EA (or 0xBA19EA) is known color: Electric Purple. HEX triplet: BA, 19 and EA. RGB value is (186,25,234). Sum of RGB (Red+Green+Blue) = 186+25+234=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19EA is #45E615. Grayscale: #606060. Windows color (decimal): -4580886 or 15342010. OLE color: 15342010.

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

Color convert

RGB 186 25 234 -
CMYK 0.21 0.89 0 0.08
HSL 286.22º 0.83% 0.51% -
HSV(B) 286.22º 0.89% 0.92% -
XYZ 35.45 17.07 79.27 -
YUV 96.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 186 25 234 0.21 0.89 0 0.08 286.22 0.83 0.51
Hex BA 19 EA 15 59 0 8 11E 53 33
Octal 272 31 352 25 131 0 10 436 123 63
Binary 10111010 11001 11101010 10101 1011001 0 1000 100011110 1010011 110011

Color Harmonies of #BA19EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19EA

Black with #BA19EA

Text Example


Text Example

White with #BA19EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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