Html Css Color HEX #BA19EB Electric Purple

📋 copy color: '#BA19EB'

red 186 ◦ green 25 ◦ blue 235

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

Shades of Electric Purple #BA19EB

Tints of Electric Purple #BA19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 41.7%
G = 5.61%
B = 52.69%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA19EB (or 0xBA19EB) is known color: Electric Purple. HEX triplet: BA, 19 and EB. RGB value is (186,25,235). Sum of RGB (Red+Green+Blue) = 186+25+235=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA19EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19EB is #45E614. Grayscale: #606060. Windows color (decimal): -4580885 or 15407546. OLE color: 15407546.

HSL color Cylindrical-coordinate representation of color #BA19EB: hue angle of 286º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19EB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 25 235 -
CMYK 0.21 0.89 0 0.08
HSL 286º 0.84% 0.51% -
HSV(B) 286º 0.89% 0.92% -
XYZ 35.59 17.13 80.03 -
YUV 97.08 205.84 191.42 -
System Red Green Blue C M Y K H S L
Decimal 186 25 235 0.21 0.89 0 0.08 286 0.84 0.51
Hex BA 19 EB 15 59 0 8 11E 54 33
Octal 272 31 353 25 131 0 10 436 124 63
Binary 10111010 11001 11101011 10101 1011001 0 1000 100011110 1010100 110011

Color Harmonies of #BA19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19EB

Black with #BA19EB

Text Example


Text Example

White with #BA19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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