Html Css Color HEX #BA19F3 Electric Purple

📋 copy color: '#BA19F3'

red 186 ◦ green 25 ◦ blue 243

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

Shades of Electric Purple #BA19F3

Tints of Electric Purple #BA19F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.52%

R = 40.97%
G = 5.51%
B = 53.52%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA19F3 (or 0xBA19F3) is known color: Electric Purple. HEX triplet: BA, 19 and F3. RGB value is (186,25,243). Sum of RGB (Red+Green+Blue) = 186+25+243=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA19F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19F3 is #45E60C. Grayscale: #616161. Windows color (decimal): -4580877 or 15931834. OLE color: 15931834.

HSL color Cylindrical-coordinate representation of color #BA19F3: hue angle of 284.31º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19F3 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 25 243 -
CMYK 0.23 0.90 0 0.05
HSL 284.31º 0.9% 0.53% -
HSV(B) 284.31º 0.9% 0.95% -
XYZ 36.77 17.61 86.25 -
YUV 97.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 186 25 243 0.23 0.90 0 0.05 284.31 0.9 0.53
Hex BA 19 F3 17 5A 0 5 11C 5A 35
Octal 272 31 363 27 132 0 5 434 132 65
Binary 10111010 11001 11110011 10111 1011010 0 101 100011100 1011010 110101

Color Harmonies of #BA19F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19F3

Black with #BA19F3

Text Example


Text Example

White with #BA19F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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