Html Css Color HEX #BA0EE5 Electric Purple

📋 copy color: '#BA0EE5'

red 186 ◦ green 14 ◦ blue 229

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

Shades of Electric Purple #BA0EE5

Tints of Electric Purple #BA0EE5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

 BLUE value IS 229 (89.84% from 255) = 53.38%

R = 43.36%
G = 3.26%
B = 53.38%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA0EE5 (or 0xBA0EE5) is known color: Electric Purple. HEX triplet: BA, 0E and E5. RGB value is (186,14,229). Sum of RGB (Red+Green+Blue) = 186+14+229=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EE5 is #45F11A. Grayscale: #595959. Windows color (decimal): -4583707 or 15011514. OLE color: 15011514.

HSL color Cylindrical-coordinate representation of color #BA0EE5: hue angle of 288º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EE5 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 14 229 -
CMYK 0.19 0.94 0 0.10
HSL 288º 0.88% 0.48% -
HSV(B) 288º 0.94% 0.9% -
XYZ 34.55 16.41 75.48 -
YUV 89.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 186 14 229 0.19 0.94 0 0.10 288 0.88 0.48
Hex BA E E5 13 5E 0 A 120 58 30
Octal 272 16 345 23 136 0 12 440 130 60
Binary 10111010 1110 11100101 10011 1011110 0 1010 100100000 1011000 110000

Color Harmonies of #BA0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EE5

Black with #BA0EE5

Text Example


Text Example

White with #BA0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EE5; }

 p { color: rgb(186,14,229); }

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

background-color css

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

 a { background-color: rgb(186,14,229); }

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

border-color css

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

 span { border-color: rgb(186,14,229); }

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