Html Css Color HEX #BA19E9 Electric Purple

📋 copy color: '#BA19E9'

red 186 ◦ green 25 ◦ blue 233

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

Shades of Electric Purple #BA19E9

Tints of Electric Purple #BA19E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.48%

R = 41.89%
G = 5.63%
B = 52.48%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA19E9 (or 0xBA19E9) is known color: Electric Purple. HEX triplet: BA, 19 and E9. RGB value is (186,25,233). Sum of RGB (Red+Green+Blue) = 186+25+233=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA19E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19E9 is #45E616. Grayscale: #606060. Windows color (decimal): -4580887 or 15276474. OLE color: 15276474.

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

Color convert

RGB 186 25 233 -
CMYK 0.20 0.89 0 0.09
HSL 286.44º 0.83% 0.51% -
HSV(B) 286.44º 0.89% 0.91% -
XYZ 35.31 17.02 78.51 -
YUV 96.85 204.84 191.59 -
System Red Green Blue C M Y K H S L
Decimal 186 25 233 0.20 0.89 0 0.09 286.44 0.83 0.51
Hex BA 19 E9 14 59 0 9 11E 53 33
Octal 272 31 351 24 131 0 11 436 123 63
Binary 10111010 11001 11101001 10100 1011001 0 1001 100011110 1010011 110011

Color Harmonies of #BA19E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19E9

Black with #BA19E9

Text Example


Text Example

White with #BA19E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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