Html Css Color HEX #BA0EEC Electric Purple

📋 copy color: '#BA0EEC'

red 186 ◦ green 14 ◦ blue 236

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

Shades of Electric Purple #BA0EEC

Tints of Electric Purple #BA0EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 42.66%
G = 3.21%
B = 54.13%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA0EEC (or 0xBA0EEC) is known color: Electric Purple. HEX triplet: BA, 0E and EC. RGB value is (186,14,236). Sum of RGB (Red+Green+Blue) = 186+14+236=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EEC is #45F113. Grayscale: #5A5A5A. Windows color (decimal): -4583700 or 15470266. OLE color: 15470266.

HSL color Cylindrical-coordinate representation of color #BA0EEC: hue angle of 286.49º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 14 236 -
CMYK 0.21 0.94 0 0.07
HSL 286.49º 0.89% 0.49% -
HSV(B) 286.49º 0.94% 0.93% -
XYZ 35.55 16.81 80.73 -
YUV 90.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 186 14 236 0.21 0.94 0 0.07 286.49 0.89 0.49
Hex BA E EC 15 5E 0 7 11E 59 31
Octal 272 16 354 25 136 0 7 436 131 61
Binary 10111010 1110 11101100 10101 1011110 0 111 100011110 1011001 110001

Color Harmonies of #BA0EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EEC

Black with #BA0EEC

Text Example


Text Example

White with #BA0EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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