Html Css Color HEX #BA19EF Electric Purple

📋 copy color: '#BA19EF'

red 186 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #BA19EF

Tints of Electric Purple #BA19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 41.33%
G = 5.56%
B = 53.11%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA19EF (or 0xBA19EF) is known color: Electric Purple. HEX triplet: BA, 19 and EF. RGB value is (186,25,239). Sum of RGB (Red+Green+Blue) = 186+25+239=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA19EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19EF is #45E610. Grayscale: #606060. Windows color (decimal): -4580881 or 15669690. OLE color: 15669690.

HSL color Cylindrical-coordinate representation of color #BA19EF: hue angle of 285.14º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19EF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 25 239 -
CMYK 0.22 0.90 0 0.06
HSL 285.14º 0.87% 0.52% -
HSV(B) 285.14º 0.9% 0.94% -
XYZ 36.18 17.37 83.11 -
YUV 97.54 207.84 191.1 -
System Red Green Blue C M Y K H S L
Decimal 186 25 239 0.22 0.90 0 0.06 285.14 0.87 0.52
Hex BA 19 EF 16 5A 0 6 11D 57 34
Octal 272 31 357 26 132 0 6 435 127 64
Binary 10111010 11001 11101111 10110 1011010 0 110 100011101 1010111 110100

Color Harmonies of #BA19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19EF

Black with #BA19EF

Text Example


Text Example

White with #BA19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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