Html Css Color HEX #BA19F8 Electric Purple

📋 copy color: '#BA19F8'

red 186 ◦ green 25 ◦ blue 248

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

Shades of Electric Purple #BA19F8

Tints of Electric Purple #BA19F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.03%

R = 40.52%
G = 5.45%
B = 54.03%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA19F8 (or 0xBA19F8) is known color: Electric Purple. HEX triplet: BA, 19 and F8. RGB value is (186,25,248). Sum of RGB (Red+Green+Blue) = 186+25+248=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 248 (97.27% from 255 or 54.03% from 459); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA19F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19F8 is #45E607. Grayscale: #616161. Windows color (decimal): -4580872 or 16259514. OLE color: 16259514.

HSL color Cylindrical-coordinate representation of color #BA19F8: hue angle of 283.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19F8 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 25 248 -
CMYK 0.25 0.90 0 0.03
HSL 283.32º 0.94% 0.54% -
HSV(B) 283.32º 0.9% 0.97% -
XYZ 37.54 17.91 90.29 -
YUV 98.56 212.34 190.37 -
System Red Green Blue C M Y K H S L
Decimal 186 25 248 0.25 0.90 0 0.03 283.32 0.94 0.54
Hex BA 19 F8 19 5A 0 3 11B 5E 36
Octal 272 31 370 31 132 0 3 433 136 66
Binary 10111010 11001 11111000 11001 1011010 0 11 100011011 1011110 110110

Color Harmonies of #BA19F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19F8

Black with #BA19F8

Text Example


Text Example

White with #BA19F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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