Html Css Color HEX #BA19F6 Electric Purple

📋 copy color: '#BA19F6'

red 186 ◦ green 25 ◦ blue 246

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

Shades of Electric Purple #BA19F6

Tints of Electric Purple #BA19F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.83%

R = 40.7%
G = 5.47%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA19F6 (or 0xBA19F6) is known color: Electric Purple. HEX triplet: BA, 19 and F6. RGB value is (186,25,246). Sum of RGB (Red+Green+Blue) = 186+25+246=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA19F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19F6 is #45E609. Grayscale: #616161. Windows color (decimal): -4580874 or 16128442. OLE color: 16128442.

HSL color Cylindrical-coordinate representation of color #BA19F6: hue angle of 283.71º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19F6 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 25 246 -
CMYK 0.24 0.90 0 0.04
HSL 283.71º 0.92% 0.53% -
HSV(B) 283.71º 0.9% 0.96% -
XYZ 37.23 17.79 88.66 -
YUV 98.33 211.34 190.53 -
System Red Green Blue C M Y K H S L
Decimal 186 25 246 0.24 0.90 0 0.04 283.71 0.92 0.53
Hex BA 19 F6 18 5A 0 4 11C 5C 35
Octal 272 31 366 30 132 0 4 434 134 65
Binary 10111010 11001 11110110 11000 1011010 0 100 100011100 1011100 110101

Color Harmonies of #BA19F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19F6

Black with #BA19F6

Text Example


Text Example

White with #BA19F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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