Html Css Color HEX #BA0EE1 Electric Purple

📋 copy color: '#BA0EE1'

red 186 ◦ green 14 ◦ blue 225

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

Shades of Electric Purple #BA0EE1

Tints of Electric Purple #BA0EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.94%

R = 43.76%
G = 3.29%
B = 52.94%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA0EE1 (or 0xBA0EE1) is known color: Electric Purple. HEX triplet: BA, 0E and E1. RGB value is (186,14,225). Sum of RGB (Red+Green+Blue) = 186+14+225=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EE1 is #45F11E. Grayscale: #585858. Windows color (decimal): -4583711 or 14749370. OLE color: 14749370.

HSL color Cylindrical-coordinate representation of color #BA0EE1: hue angle of 288.91º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EE1 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 14 225 -
CMYK 0.17 0.94 0 0.12
HSL 288.91º 0.88% 0.47% -
HSV(B) 288.91º 0.94% 0.88% -
XYZ 34 16.19 72.57 -
YUV 89.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 186 14 225 0.17 0.94 0 0.12 288.91 0.88 0.47
Hex BA E E1 11 5E 0 C 121 58 2F
Octal 272 16 341 21 136 0 14 441 130 57
Binary 10111010 1110 11100001 10001 1011110 0 1100 100100001 1011000 101111

Color Harmonies of #BA0EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EE1

Black with #BA0EE1

Text Example


Text Example

White with #BA0EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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